Color Hex Logo

#d4159b Color Hex

#D4159B
(212,21,155)
0 Favorites   0 Comments

Color spaces of #d4159b

RGB 21221155
HSL0.880.820.46
HSV318°90°83°
CMYK 0.000.900.27   0.17
XYZ33.335916.899932.5154
Yxy16.89990.40280.2042
Hunter Lab41.109572.8050-18.1186
CIE-Lab48.133776.1718-23.1067

#d4159b color RGB value is (212,21,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010101 10011011
Octal 324 25 233
Decimal 212 21 155
Hex D4 15 9B

RGB Percentages of Color #d4159b

%54.64
%5.41
%39.95

CMYK Percentages of Color #d4159b

%0
%90
%27
%17

Triadic Colors of #d4159b

#d4159b #9bd415 #159bd4

Analogous Colors of #d4159b

#d4159b #d4153c #ae15d4

Monochromatic Colors of #d4159b

#d4159b

Complementary Color

#d4159b #15d44e

#d4159b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4159b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4159b Color CSS Codes

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

#d4159b Text Font Color

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

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


#d4159b Background Color

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

This div background color is #d4159b


#d4159b Border Color

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

This div border color is #d4159b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,21,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 #d4159b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4159b


Comments

No comments written yet.

Please login to write comment.