Color Hex Logo

#d2276c Color Hex

#D2276C
(210,39,108)
0 Favorites   0 Comments

Color spaces of #d2276c

RGB 21039108
HSL0.930.690.49
HSV336°81°82°
CMYK 0.000.810.49   0.18
XYZ30.010616.235415.7394
Yxy16.23540.48420.2619
Hunter Lab40.293262.43485.0452
CIE-Lab47.281867.70614.1428

#d2276c color RGB value is (210,39,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100111 01101100
Octal 322 47 154
Decimal 210 39 108
Hex D2 27 6C

RGB Percentages of Color #d2276c

%58.82
%10.92
%30.25

CMYK Percentages of Color #d2276c

%0
%81
%49
%18

Triadic Colors of #d2276c

#d2276c #6cd227 #276cd2

Analogous Colors of #d2276c

#d2276c #d23827 #d227c2

Monochromatic Colors of #d2276c

#d2276c

Complementary Color

#d2276c #27d28d

#d2276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2276c Color CSS Codes

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

#d2276c Text Font Color

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

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


#d2276c Background Color

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

This div background color is #d2276c


#d2276c Border Color

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

This div border color is #d2276c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,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 #d2276c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2276c


Comments

No comments written yet.

Please login to write comment.