color codes Logo

#d02f77 color codes

#D02F77
(208,47,119)
0 Favorites   0 Comments

Color spaces of #d02f77

RGB 20847119
HSL0.930.630.50
HSV333°77°82°
CMYK 0.000.770.43   0.18
XYZ30.358716.774819.0905
Yxy16.77480.45840.2533
Hunter Lab40.957160.63521.0343
CIE-Lab47.975066.0295-1.6375

#d02f77 color RGB value is (208,47,119).

#d02f77 hex color red value is 208, green value is 47 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d02f77 hue: 0.93 , saturation: 0.63 and the lightness value of d02f77 is 0.50.

The process color (four color CMYK) of #d02f77 color code is 0.00, 0.77, 0.43, 0.18. Web safe color of #d02f77 is #cc3366. Color #d02f77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101111 01110111
Octal 320 57 167
Decimal 208 47 119
Hex D0 2F 77

RGB Percentages of Color #d02f77

%55.61
%12.57
%31.82

CMYK Percentages of Color #d02f77

%0
%77
%43
%18

Triadic Colors of #d02f77

#d02f77 #77d02f #2f77d0

Analogous Colors of #d02f77

#d02f77 #d0372f #d02fc8

Monochromatic Colors of #d02f77

#d02f77

Complementary Color

#d02f77 #2fd088

#d02f77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02f77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02f77 Color CSS Codes

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

#d02f77 Text Font Color

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

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


#d02f77 Background Color

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

This div background color is #d02f77


#d02f77 Border Color

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

This div border color is #d02f77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02f77


Comments

No comments written yet.

Please login to write comment.