Color Hex Logo

#d588ec Color Hex

#D588EC
(213,136,236)
0 Favorites   0 Comments

Color spaces of #d588ec

RGB 213136236
HSL0.800.720.73
HSV286°42°93°
CMYK 0.100.420.00   0.07
XYZ51.385137.810683.9468
Yxy37.81060.29680.2184
Hunter Lab61.490341.5575-37.8997
CIE-Lab67.880845.7654-38.7689

#d588ec color RGB value is (213,136,236).

#d588ec hex color red value is 213, green value is 136 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d588ec hue: 0.80 , saturation: 0.72 and the lightness value of d588ec is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001000 11101100
Octal 325 210 354
Decimal 213 136 236
Hex D5 88 EC

RGB Percentages of Color #d588ec

%36.41
%23.25
%40.34

CMYK Percentages of Color #d588ec

%10
%42
%0
%7

Triadic Colors of #d588ec

#d588ec #ecd588 #88ecd5

Analogous Colors of #d588ec

#d588ec #ec88d1 #a388ec

Monochromatic Colors of #d588ec

#d588ec

Complementary Color

#d588ec #9fec88

#d588ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d588ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d588ec Color CSS Codes

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

#d588ec Text Font Color

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

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


#d588ec Background Color

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

This div background color is #d588ec


#d588ec Border Color

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

This div border color is #d588ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,136,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 #d588ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d588ec


Comments

No comments written yet.

Please login to write comment.