Color Hex Logo

#d42170 Color Hex

#D42170
(212,33,112)
0 Favorites   0 Comments

Color spaces of #d42170

RGB 21233112
HSL0.930.730.48
HSV334°84°83°
CMYK 0.000.840.47   0.17
XYZ30.619916.254616.8528
Yxy16.25460.48050.2551
Hunter Lab40.317065.01223.4382
CIE-Lab47.306869.88731.7670

#d42170 color RGB value is (212,33,112).

#d42170 hex color red value is 212, green value is 33 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d42170 hue: 0.93 , saturation: 0.73 and the lightness value of d42170 is 0.48.

The process color (four color CMYK) of #d42170 color hex is 0.00, 0.84, 0.47, 0.17. Web safe color of #d42170 is #cc3366. Color #d42170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100001 01110000
Octal 324 41 160
Decimal 212 33 112
Hex D4 21 70

RGB Percentages of Color #d42170

%59.38
%9.24
%31.37

CMYK Percentages of Color #d42170

%0
%84
%47
%17

Triadic Colors of #d42170

#d42170 #70d421 #2170d4

Analogous Colors of #d42170

#d42170 #d42c21 #d421ca

Monochromatic Colors of #d42170

#d42170

Complementary Color

#d42170 #21d485

#d42170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42170 Color CSS Codes

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

#d42170 Text Font Color

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

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


#d42170 Background Color

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

This div background color is #d42170


#d42170 Border Color

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

This div border color is #d42170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42170


Comments

No comments written yet.

Please login to write comment.