Color Hex Logo

#d4185f Color Hex

#D4185F
(212,24,95)
0 Favorites   0 Comments

Color spaces of #d4185f

RGB 2122495
HSL0.940.800.46
HSV337°89°83°
CMYK 0.000.890.55   0.17
XYZ29.543615.476512.2566
Yxy15.47650.51580.2702
Hunter Lab39.340265.20429.0661
CIE-Lab46.280070.248810.8114

#d4185f color RGB value is (212,24,95).

#d4185f hex color red value is 212, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d4185f hue: 0.94 , saturation: 0.80 and the lightness value of d4185f is 0.46.

The process color (four color CMYK) of #d4185f color hex is 0.00, 0.89, 0.55, 0.17. Web safe color of #d4185f is #cc0066. Color #d4185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011000 01011111
Octal 324 30 137
Decimal 212 24 95
Hex D4 18 5F

RGB Percentages of Color #d4185f

%64.05
%7.25
%28.70

CMYK Percentages of Color #d4185f

%0
%89
%55
%17

Triadic Colors of #d4185f

#d4185f #5fd418 #185fd4

Analogous Colors of #d4185f

#d4185f #d42f18 #d418bd

Monochromatic Colors of #d4185f

#d4185f

Complementary Color

#d4185f #18d48d

#d4185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4185f Color CSS Codes

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

#d4185f Text Font Color

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

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


#d4185f Background Color

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

This div background color is #d4185f


#d4185f Border Color

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

This div border color is #d4185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4185f


Comments

No comments written yet.

Please login to write comment.