Color Hex Logo

#d077dc Color Hex

#D077DC
(208,119,220)
0 Favorites   0 Comments

Color spaces of #d077dc

RGB 208119220
HSL0.810.590.66
HSV293°46°86°
CMYK 0.050.460.00   0.14
XYZ45.527531.770971.4430
Yxy31.77090.30610.2136
Hunter Lab56.365745.5375-35.6936
CIE-Lab63.153150.0376-37.3212

#d077dc color RGB value is (208,119,220).

#d077dc hex color red value is 208, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d077dc hue: 0.81 , saturation: 0.59 and the lightness value of d077dc is 0.66.

The process color (four color CMYK) of #d077dc color hex is 0.05, 0.46, 0.00, 0.14. Web safe color of #d077dc is #cc66cc. Color #d077dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 11011100
Octal 320 167 334
Decimal 208 119 220
Hex D0 77 DC

RGB Percentages of Color #d077dc

%38.03
%21.76
%40.22

CMYK Percentages of Color #d077dc

%5
%46
%0
%14

Triadic Colors of #d077dc

#d077dc #dcd077 #77dcd0

Analogous Colors of #d077dc

#d077dc #dc77b6 #9e77dc

Monochromatic Colors of #d077dc

#d077dc

Complementary Color

#d077dc #83dc77

#d077dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d077dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d077dc Color CSS Codes

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

#d077dc Text Font Color

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

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


#d077dc Background Color

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

This div background color is #d077dc


#d077dc Border Color

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

This div border color is #d077dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d077dc


Comments

No comments written yet.

Please login to write comment.