Color Hex Logo

#d40187 Color Hex

#D40187
(212,1,135)
0 Favorites   0 Comments

Color spaces of #d40187

RGB 2121135
HSL0.890.990.42
HSV322°100°83°
CMYK 0.001.000.36   0.17
XYZ31.535415.768024.3031
Yxy15.76800.44040.2202
Hunter Lab39.708972.2676-8.4911
CIE-Lab46.668676.0205-13.2701

#d40187 color RGB value is (212,1,135).

#d40187 hex color red value is 212, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d40187 hue: 0.89 , saturation: 0.99 and the lightness value of d40187 is 0.42.

The process color (four color CMYK) of #d40187 color hex is 0.00, 1.00, 0.36, 0.17. Web safe color of #d40187 is #cc0099. Color #d40187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000001 10000111
Octal 324 1 207
Decimal 212 1 135
Hex D4 1 87

RGB Percentages of Color #d40187

%60.92
%0.29
%38.79

CMYK Percentages of Color #d40187

%0
%100
%36
%17

Triadic Colors of #d40187

#d40187 #87d401 #0187d4

Analogous Colors of #d40187

#d40187 #d4011e #b801d4

Monochromatic Colors of #d40187

#d40187

Complementary Color

#d40187 #01d44e

#d40187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40187 Color CSS Codes

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

#d40187 Text Font Color

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

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


#d40187 Background Color

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

This div background color is #d40187


#d40187 Border Color

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

This div border color is #d40187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,1,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40187


Comments

No comments written yet.

Please login to write comment.