Color Hex Logo

#d1277d Color Hex

#D1277D
(209,39,125)
0 Favorites   0 Comments

Color spaces of #d1277d

RGB 20939125
HSL0.920.690.49
HSV330°81°82°
CMYK 0.000.810.40   0.18
XYZ30.721716.487020.9651
Yxy16.48700.45060.2418
Hunter Lab40.604263.9983-2.1902
CIE-Lab47.607068.9725-5.8221

#d1277d color RGB value is (209,39,125).

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

The process color (four color CMYK) of #d1277d color hex is 0.00, 0.81, 0.40, 0.18. Web safe color of #d1277d is #cc3366. Color #d1277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 01111101
Octal 321 47 175
Decimal 209 39 125
Hex D1 27 7D

RGB Percentages of Color #d1277d

%56.03
%10.46
%33.51

CMYK Percentages of Color #d1277d

%0
%81
%40
%18

Triadic Colors of #d1277d

#d1277d #7dd127 #277dd1

Analogous Colors of #d1277d

#d1277d #d12728 #d027d1

Monochromatic Colors of #d1277d

#d1277d

Complementary Color

#d1277d #27d17b

#d1277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1277d Color CSS Codes

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

#d1277d Text Font Color

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

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


#d1277d Background Color

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

This div background color is #d1277d


#d1277d Border Color

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

This div border color is #d1277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1277d


Comments

No comments written yet.

Please login to write comment.