Color Hex Logo

#d4184b Color Hex

#D4184B
(212,24,75)
0 Favorites   0 Comments

Color spaces of #d4184b

RGB 2122475
HSL0.950.800.46
HSV344°89°83°
CMYK 0.000.890.65   0.17
XYZ28.748015.15838.0673
Yxy15.15830.55310.2917
Hunter Lab38.933763.667714.9683
CIE-Lab45.850369.033322.6371

#d4184b color RGB value is (212,24,75).

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

The process color (four color CMYK) of #d4184b color hex is 0.00, 0.89, 0.65, 0.17. Web safe color of #d4184b is #cc0033. Color #d4184b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011000 01001011
Octal 324 30 113
Decimal 212 24 75
Hex D4 18 4B

RGB Percentages of Color #d4184b

%68.17
%7.72
%24.12

CMYK Percentages of Color #d4184b

%0
%89
%65
%17

Triadic Colors of #d4184b

#d4184b #4bd418 #184bd4

Analogous Colors of #d4184b

#d4184b #d44318 #d418a9

Monochromatic Colors of #d4184b

#d4184b

Complementary Color

#d4184b #18d4a1

#d4184b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4184b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4184b Color CSS Codes

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

#d4184b Text Font Color

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

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


#d4184b Background Color

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

This div background color is #d4184b


#d4184b Border Color

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

This div border color is #d4184b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4184b


Comments

No comments written yet.

Please login to write comment.