Color Hex Logo

#d4158f Color Hex

#D4158F
(212,21,143)
0 Favorites   0 Comments

Color spaces of #d4158f

RGB 21221143
HSL0.890.820.46
HSV322°90°83°
CMYK 0.000.900.33   0.17
XYZ32.377516.516527.4681
Yxy16.51650.42400.2163
Hunter Lab40.640571.0866-11.6246
CIE-Lab47.645074.8662-16.6399

#d4158f color RGB value is (212,21,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010101 10001111
Octal 324 25 217
Decimal 212 21 143
Hex D4 15 8F

RGB Percentages of Color #d4158f

%56.38
%5.59
%38.03

CMYK Percentages of Color #d4158f

%0
%90
%33
%17

Triadic Colors of #d4158f

#d4158f #8fd415 #158fd4

Analogous Colors of #d4158f

#d4158f #d41530 #ba15d4

Monochromatic Colors of #d4158f

#d4158f

Complementary Color

#d4158f #15d45a

#d4158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4158f Color CSS Codes

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

#d4158f Text Font Color

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

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


#d4158f Background Color

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

This div background color is #d4158f


#d4158f Border Color

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

This div border color is #d4158f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4158f


Comments

No comments written yet.

Please login to write comment.