Color Hex Logo

#d0077f Color Hex

#D0077F
(208,7,127)
0 Favorites   0 Comments

Color spaces of #d0077f

RGB 2087127
HSL0.900.930.42
HSV324°97°82°
CMYK 0.000.970.39   0.18
XYZ29.919215.094221.4152
Yxy15.09420.45040.2272
Hunter Lab38.851369.4725-5.4854
CIE-Lab45.762973.9069-9.8222

#d0077f color RGB value is (208,7,127).

#d0077f hex color red value is 208, green value is 7 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d0077f hue: 0.90 , saturation: 0.93 and the lightness value of d0077f is 0.42.

The process color (four color CMYK) of #d0077f color hex is 0.00, 0.97, 0.39, 0.18. Web safe color of #d0077f is #cc0066. Color #d0077f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 01111111
Octal 320 7 177
Decimal 208 7 127
Hex D0 7 7F

RGB Percentages of Color #d0077f

%60.82
%2.05
%37.13

CMYK Percentages of Color #d0077f

%0
%97
%39
%18

Triadic Colors of #d0077f

#d0077f #7fd007 #077fd0

Analogous Colors of #d0077f

#d0077f #d0071a #bd07d0

Monochromatic Colors of #d0077f

#d0077f

Complementary Color

#d0077f #07d058

#d0077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0077f Color CSS Codes

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

#d0077f Text Font Color

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

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


#d0077f Background Color

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

This div background color is #d0077f


#d0077f Border Color

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

This div border color is #d0077f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,7,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0077f


Comments

No comments written yet.

Please login to write comment.