Color Hex Logo

#d4199b Color Hex

#D4199B
(212,25,155)
0 Favorites   0 Comments

Color spaces of #d4199b

RGB 21225155
HSL0.880.790.46
HSV318°88°83°
CMYK 0.000.880.27   0.17
XYZ33.415417.058932.5418
Yxy17.05890.40250.2055
Hunter Lab41.302472.1348-17.8024
CIE-Lab48.334275.5876-22.7972

#d4199b color RGB value is (212,25,155).

#d4199b hex color red value is 212, green value is 25 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d4199b hue: 0.88 , saturation: 0.79 and the lightness value of d4199b is 0.46.

The process color (four color CMYK) of #d4199b color hex is 0.00, 0.88, 0.27, 0.17. Web safe color of #d4199b is #cc0099. Color #d4199b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011001 10011011
Octal 324 31 233
Decimal 212 25 155
Hex D4 19 9B

RGB Percentages of Color #d4199b

%54.08
%6.38
%39.54

CMYK Percentages of Color #d4199b

%0
%88
%27
%17

Triadic Colors of #d4199b

#d4199b #9bd419 #199bd4

Analogous Colors of #d4199b

#d4199b #d4193d #b019d4

Monochromatic Colors of #d4199b

#d4199b

Complementary Color

#d4199b #19d452

#d4199b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4199b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4199b Color CSS Codes

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

#d4199b Text Font Color

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

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


#d4199b Background Color

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

This div background color is #d4199b


#d4199b Border Color

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

This div border color is #d4199b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4199b


Comments

No comments written yet.

Please login to write comment.