Color Hex Logo

#d077da Color Hex

#D077DA
(208,119,218)
0 Favorites   0 Comments

Color spaces of #d077da

RGB 208119218
HSL0.820.570.66
HSV294°45°85°
CMYK 0.050.450.00   0.15
XYZ45.264131.665570.0560
Yxy31.66550.30790.2154
Hunter Lab56.272145.1055-34.4227
CIE-Lab63.065549.6594-36.3403

#d077da color RGB value is (208,119,218).

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

The process color (four color CMYK) of #d077da color hex is 0.05, 0.45, 0.00, 0.15. Web safe color of #d077da is #cc66cc. Color #d077da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 11011010
Octal 320 167 332
Decimal 208 119 218
Hex D0 77 DA

RGB Percentages of Color #d077da

%38.17
%21.83
%40.00

CMYK Percentages of Color #d077da

%5
%45
%0
%15

Triadic Colors of #d077da

#d077da #dad077 #77dad0

Analogous Colors of #d077da

#d077da #da77b3 #9f77da

Monochromatic Colors of #d077da

#d077da

Complementary Color

#d077da #81da77

#d077da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d077da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d077da Color CSS Codes

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

#d077da Text Font Color

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

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


#d077da Background Color

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

This div background color is #d077da


#d077da Border Color

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

This div border color is #d077da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d077da


Comments

No comments written yet.

Please login to write comment.