Color Hex Logo

#d42572 Color Hex

#D42572
(212,37,114)
0 Favorites   0 Comments

Color spaces of #d42572

RGB 21237114
HSL0.930.700.49
HSV334°83°83°
CMYK 0.000.830.46   0.17
XYZ30.850216.535117.4852
Yxy16.53510.47560.2549
Hunter Lab40.663464.26222.9697
CIE-Lab47.668869.18381.0645

#d42572 color RGB value is (212,37,114).

#d42572 hex color red value is 212, green value is 37 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d42572 hue: 0.93 , saturation: 0.70 and the lightness value of d42572 is 0.49.

The process color (four color CMYK) of #d42572 color hex is 0.00, 0.83, 0.46, 0.17. Web safe color of #d42572 is #cc3366. Color #d42572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100101 01110010
Octal 324 45 162
Decimal 212 37 114
Hex D4 25 72

RGB Percentages of Color #d42572

%58.40
%10.19
%31.40

CMYK Percentages of Color #d42572

%0
%83
%46
%17

Triadic Colors of #d42572

#d42572 #72d425 #2572d4

Analogous Colors of #d42572

#d42572 #d43025 #d425ca

Monochromatic Colors of #d42572

#d42572

Complementary Color

#d42572 #25d487

#d42572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42572 Color CSS Codes

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

#d42572 Text Font Color

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

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


#d42572 Background Color

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

This div background color is #d42572


#d42572 Border Color

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

This div border color is #d42572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42572


Comments

No comments written yet.

Please login to write comment.