Color Hex Logo

#d02277 Color Hex

#D02277
(208,34,119)
0 Favorites   0 Comments

Color spaces of #d02277

RGB 20834119
HSL0.920.720.47
HSV331°84°82°
CMYK 0.000.840.43   0.18
XYZ29.914215.885918.9424
Yxy15.88590.46200.2454
Hunter Lab39.857164.2207-0.2780
CIE-Lab46.824469.3126-3.3310

#d02277 color RGB value is (208,34,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 01110111
Octal 320 42 167
Decimal 208 34 119
Hex D0 22 77

RGB Percentages of Color #d02277

%57.62
%9.42
%32.96

CMYK Percentages of Color #d02277

%0
%84
%43
%18

Triadic Colors of #d02277

#d02277 #77d022 #2277d0

Analogous Colors of #d02277

#d02277 #d02422 #d022ce

Monochromatic Colors of #d02277

#d02277

Complementary Color

#d02277 #22d07b

#d02277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02277 Color CSS Codes

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

#d02277 Text Font Color

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

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


#d02277 Background Color

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

This div background color is #d02277


#d02277 Border Color

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

This div border color is #d02277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02277


Comments

No comments written yet.

Please login to write comment.