Color Hex Logo

#d42566 Color Hex

#D42566
(212,37,102)
0 Favorites   0 Comments

Color spaces of #d42566

RGB 21237102
HSL0.940.700.49
HSV338°83°83°
CMYK 0.000.830.52   0.17
XYZ30.211216.279514.1203
Yxy16.27950.49840.2686
Hunter Lab40.347963.04647.4941
CIE-Lab47.339168.21627.9717

#d42566 color RGB value is (212,37,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100101 01100110
Octal 324 45 146
Decimal 212 37 102
Hex D4 25 66

RGB Percentages of Color #d42566

%60.40
%10.54
%29.06

CMYK Percentages of Color #d42566

%0
%83
%52
%17

Triadic Colors of #d42566

#d42566 #66d425 #2566d4

Analogous Colors of #d42566

#d42566 #d43c25 #d425be

Monochromatic Colors of #d42566

#d42566

Complementary Color

#d42566 #25d493

#d42566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42566 Color CSS Codes

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

#d42566 Text Font Color

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

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


#d42566 Background Color

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

This div background color is #d42566


#d42566 Border Color

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

This div border color is #d42566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42566


Comments

No comments written yet.

Please login to write comment.