Color Hex Logo

#d12177 Color Hex

#D12177
(209,33,119)
0 Favorites   0 Comments

Color spaces of #d12177

RGB 20933119
HSL0.920.730.47
HSV331°84°82°
CMYK 0.000.840.43   0.18
XYZ30.168115.974918.9462
Yxy15.97490.46350.2454
Hunter Lab39.968664.7858-0.1270
CIE-Lab46.941569.7674-3.1366

#d12177 color RGB value is (209,33,119).

#d12177 hex color red value is 209, green value is 33 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d12177 hue: 0.92 , saturation: 0.73 and the lightness value of d12177 is 0.47.

The process color (four color CMYK) of #d12177 color hex is 0.00, 0.84, 0.43, 0.18. Web safe color of #d12177 is #cc3366. Color #d12177 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 01110111
Octal 321 41 167
Decimal 209 33 119
Hex D1 21 77

RGB Percentages of Color #d12177

%57.89
%9.14
%32.96

CMYK Percentages of Color #d12177

%0
%84
%43
%18

Triadic Colors of #d12177

#d12177 #77d121 #2177d1

Analogous Colors of #d12177

#d12177 #d12321 #d121cf

Monochromatic Colors of #d12177

#d12177

Complementary Color

#d12177 #21d17b

#d12177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12177 Color CSS Codes

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

#d12177 Text Font Color

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

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


#d12177 Background Color

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

This div background color is #d12177


#d12177 Border Color

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

This div border color is #d12177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12177


Comments

No comments written yet.

Please login to write comment.