Color Hex Logo

#d487ec Color Hex

#D487EC
(212,135,236)
0 Favorites   0 Comments

Color spaces of #d487ec

RGB 212135236
HSL0.790.730.73
HSV286°43°93°
CMYK 0.100.430.00   0.07
XYZ50.955737.381183.8865
Yxy37.38110.29590.2171
Hunter Lab61.140141.7713-38.5501
CIE-Lab67.562046.0018-39.2747

#d487ec color RGB value is (212,135,236).

#d487ec hex color red value is 212, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d487ec hue: 0.79 , saturation: 0.73 and the lightness value of d487ec is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 11101100
Octal 324 207 354
Decimal 212 135 236
Hex D4 87 EC

RGB Percentages of Color #d487ec

%36.36
%23.16
%40.48

CMYK Percentages of Color #d487ec

%10
%43
%0
%7

Triadic Colors of #d487ec

#d487ec #ecd487 #87ecd4

Analogous Colors of #d487ec

#d487ec #ec87d2 #a287ec

Monochromatic Colors of #d487ec

#d487ec

Complementary Color

#d487ec #9fec87

#d487ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d487ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d487ec Color CSS Codes

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

#d487ec Text Font Color

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

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


#d487ec Background Color

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

This div background color is #d487ec


#d487ec Border Color

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

This div border color is #d487ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d487ec


Comments

No comments written yet.

Please login to write comment.