color codes Logo

#d58ffd color codes

#D58FFD
(213,143,253)
0 Favorites   0 Comments

Color spaces of #d58ffd

RGB 213143253
HSL0.770.960.78
HSV278°43°99°
CMYK 0.160.430.00   0.01
XYZ54.992740.882997.9213
Yxy40.88290.28380.2110
Hunter Lab63.939741.6281-46.0426
CIE-Lab70.093845.5440-44.6121

#d58ffd color RGB value is (213,143,253).

#d58ffd hex color red value is 213, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d58ffd hue: 0.77 , saturation: 0.96 and the lightness value of d58ffd is 0.78.

The process color (four color CMYK) of #d58ffd color code is 0.16, 0.43, 0.00, 0.01. Web safe color of #d58ffd is #cc99ff. Color #d58ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 11111101
Octal 325 217 375
Decimal 213 143 253
Hex D5 8F FD

RGB Percentages of Color #d58ffd

%34.98
%23.48
%41.54

CMYK Percentages of Color #d58ffd

%16
%43
%0
%1

Triadic Colors of #d58ffd

#d58ffd #fdd58f #8ffdd5

Analogous Colors of #d58ffd

#d58ffd #fd8fee #9e8ffd

Monochromatic Colors of #d58ffd

#d58ffd

Complementary Color

#d58ffd #b7fd8f

#d58ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ffd Color CSS Codes

.mybgcolor {background-color:#d58ffd; } 
.myforecolor {color:#d58ffd; }
.mybordercolor {border:3px solid #d58ffd; }

#d58ffd Text Font Color

<p style="color:#d58ffd">Text here</p>

This sample text font color is #d58ffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d58ffd Background Color

<div style="background-color:#d58ffd">
Div content here</div>

This div background color is #d58ffd


#d58ffd Border Color

<div style="border:3px solid #d58ffd">
Div here</div>

This div border color is #d58ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,143,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #d58ffd;
  box-shadow:         1px 1px 3px 2px #d58ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,143,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d58ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d58ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #d58ffd;
  box-shadow:         1px 1px 3px 2px #d58ffd;">
Div content here</div>

This div box has shadow with color #d58ffd


Comments

No comments written yet.

Please login to write comment.