Color Hex Logo

#d12576 Color Hex

#D12576
(209,37,118)
0 Favorites   0 Comments

Color spaces of #d12576

RGB 20937118
HSL0.920.700.48
HSV332°82°82°
CMYK 0.000.820.44   0.18
XYZ30.226116.186518.6707
Yxy16.18650.46440.2487
Hunter Lab40.232463.69790.6480
CIE-Lab47.218268.7932-2.1157

#d12576 color RGB value is (209,37,118).

#d12576 hex color red value is 209, green value is 37 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d12576 hue: 0.92 , saturation: 0.70 and the lightness value of d12576 is 0.48.

The process color (four color CMYK) of #d12576 color hex is 0.00, 0.82, 0.44, 0.18. Web safe color of #d12576 is #cc3366. Color #d12576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 01110110
Octal 321 45 166
Decimal 209 37 118
Hex D1 25 76

RGB Percentages of Color #d12576

%57.42
%10.16
%32.42

CMYK Percentages of Color #d12576

%0
%82
%44
%18

Triadic Colors of #d12576

#d12576 #76d125 #2576d1

Analogous Colors of #d12576

#d12576 #d12a25 #d125cc

Monochromatic Colors of #d12576

#d12576

Complementary Color

#d12576 #25d180

#d12576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12576 Color CSS Codes

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

#d12576 Text Font Color

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

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


#d12576 Background Color

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

This div background color is #d12576


#d12576 Border Color

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

This div border color is #d12576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12576


Comments

No comments written yet.

Please login to write comment.