color codes Logo

#d077dd color codes

#D077DD
(208,119,221)
0 Favorites   0 Comments

Color spaces of #d077dd

RGB 208119221
HSL0.810.600.67
HSV292°46°87°
CMYK 0.060.460.00   0.13
XYZ45.660431.824072.1427
Yxy31.82400.30520.2127
Hunter Lab56.412845.7553-36.3333
CIE-Lab63.197250.2279-37.8107

#d077dd color RGB value is (208,119,221).

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

The process color (four color CMYK) of #d077dd color code is 0.06, 0.46, 0.00, 0.13. Web safe color of #d077dd is #cc66cc. Color #d077dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 11011101
Octal 320 167 335
Decimal 208 119 221
Hex D0 77 DD

RGB Percentages of Color #d077dd

%37.96
%21.72
%40.33

CMYK Percentages of Color #d077dd

%6
%46
%0
%13

Triadic Colors of #d077dd

#d077dd #ddd077 #77ddd0

Analogous Colors of #d077dd

#d077dd #dd77b7 #9d77dd

Monochromatic Colors of #d077dd

#d077dd

Complementary Color

#d077dd #84dd77

#d077dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d077dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d077dd Color CSS Codes

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

#d077dd Text Font Color

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

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


#d077dd Background Color

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

This div background color is #d077dd


#d077dd Border Color

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

This div border color is #d077dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d077dd


Comments

No comments written yet.

Please login to write comment.