color codes Logo

#d1276c color codes

#D1276C
(209,39,108)
0 Favorites   0 Comments

Color spaces of #d1276c

RGB 20939108
HSL0.930.690.49
HSV336°81°82°
CMYK 0.000.810.48   0.18
XYZ29.726816.089115.7261
Yxy16.08910.48300.2614
Hunter Lab40.111262.09344.8325
CIE-Lab47.091267.45123.8437

#d1276c color RGB value is (209,39,108).

#d1276c hex color red value is 209, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d1276c hue: 0.93 , saturation: 0.69 and the lightness value of d1276c is 0.49.

The process color (four color CMYK) of #d1276c color code is 0.00, 0.81, 0.48, 0.18. Web safe color of #d1276c is #cc3366. Color #d1276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 01101100
Octal 321 47 154
Decimal 209 39 108
Hex D1 27 6C

RGB Percentages of Color #d1276c

%58.71
%10.96
%30.34

CMYK Percentages of Color #d1276c

%0
%81
%48
%18

Triadic Colors of #d1276c

#d1276c #6cd127 #276cd1

Analogous Colors of #d1276c

#d1276c #d13727 #d127c1

Monochromatic Colors of #d1276c

#d1276c

Complementary Color

#d1276c #27d18c

#d1276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1276c Color CSS Codes

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

#d1276c Text Font Color

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

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


#d1276c Background Color

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

This div background color is #d1276c


#d1276c Border Color

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

This div border color is #d1276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1276c


Comments

No comments written yet.

Please login to write comment.