Color Hex Logo

#d9276b Color Hex

#D9276B
(217,39,107)
0 Favorites   0 Comments

Color spaces of #d9276b

RGB 21739107
HSL0.940.700.50
HSV337°82°85°
CMYK 0.000.820.51   0.15
XYZ31.994617.264315.5560
Yxy17.26430.49360.2664
Hunter Lab41.550364.73566.8877
CIE-Lab48.591369.40496.8099

#d9276b color RGB value is (217,39,107).

#d9276b hex color red value is 217, green value is 39 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9276b hue: 0.94 , saturation: 0.70 and the lightness value of d9276b is 0.50.

The process color (four color CMYK) of #d9276b color hex is 0.00, 0.82, 0.51, 0.15. Web safe color of #d9276b is #cc3366. Color #d9276b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100111 01101011
Octal 331 47 153
Decimal 217 39 107
Hex D9 27 6B

RGB Percentages of Color #d9276b

%59.78
%10.74
%29.48

CMYK Percentages of Color #d9276b

%0
%82
%51
%15

Triadic Colors of #d9276b

#d9276b #6bd927 #276bd9

Analogous Colors of #d9276b

#d9276b #d93c27 #d927c4

Monochromatic Colors of #d9276b

#d9276b

Complementary Color

#d9276b #27d995

#d9276b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9276b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9276b Color CSS Codes

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

#d9276b Text Font Color

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

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


#d9276b Background Color

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

This div background color is #d9276b


#d9276b Border Color

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

This div border color is #d9276b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9276b


Comments

No comments written yet.

Please login to write comment.