Color Hex Logo

#d4185d Color Hex

#D4185D
(212,24,93)
0 Favorites   0 Comments

Color spaces of #d4185d

RGB 2122493
HSL0.940.800.46
HSV338°89°83°
CMYK 0.000.890.56   0.17
XYZ29.453815.440611.7839
Yxy15.44060.51970.2724
Hunter Lab39.294565.03199.7259
CIE-Lab46.231970.113011.9860

#d4185d color RGB value is (212,24,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011000 01011101
Octal 324 30 135
Decimal 212 24 93
Hex D4 18 5D

RGB Percentages of Color #d4185d

%64.44
%7.29
%28.27

CMYK Percentages of Color #d4185d

%0
%89
%56
%17

Triadic Colors of #d4185d

#d4185d #5dd418 #185dd4

Analogous Colors of #d4185d

#d4185d #d43118 #d418bb

Monochromatic Colors of #d4185d

#d4185d

Complementary Color

#d4185d #18d48f

#d4185d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4185d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4185d Color CSS Codes

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

#d4185d Text Font Color

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

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


#d4185d Background Color

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

This div background color is #d4185d


#d4185d Border Color

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

This div border color is #d4185d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4185d


Comments

No comments written yet.

Please login to write comment.