Color Hex Logo

#d58fec Color Hex

#D58FEC
(213,143,236)
0 Favorites   0 Comments

Color spaces of #d58fec

RGB 213143236
HSL0.790.710.74
HSV285°39°93°
CMYK 0.100.390.00   0.07
XYZ52.403439.847284.2862
Yxy39.84720.29680.2257
Hunter Lab63.124637.7150-34.9788
CIE-Lab69.360642.0601-36.4644

#d58fec color RGB value is (213,143,236).

#d58fec hex color red value is 213, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d58fec hue: 0.79 , saturation: 0.71 and the lightness value of d58fec is 0.74.

The process color (four color CMYK) of #d58fec color hex is 0.10, 0.39, 0.00, 0.07. Web safe color of #d58fec is #cc99ff. Color #d58fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 11101100
Octal 325 217 354
Decimal 213 143 236
Hex D5 8F EC

RGB Percentages of Color #d58fec

%35.98
%24.16
%39.86

CMYK Percentages of Color #d58fec

%10
%39
%0
%7

Triadic Colors of #d58fec

#d58fec #ecd58f #8fecd5

Analogous Colors of #d58fec

#d58fec #ec8fd5 #a78fec

Monochromatic Colors of #d58fec

#d58fec

Complementary Color

#d58fec #a6ec8f

#d58fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58fec Color CSS Codes

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

#d58fec Text Font Color

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

This sample text font color is #d58fec
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.


#d58fec Background Color

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

This div background color is #d58fec


#d58fec Border Color

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

This div border color is #d58fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58fec


Comments

No comments written yet.

Please login to write comment.