Color Hex Logo

#d077ff Color Hex

#D077FF
(208,119,255)
0 Favorites   0 Comments

Color spaces of #d077ff

RGB 208119255
HSL0.781.000.73
HSV279°53°100°
CMYK 0.180.530.00   0.00
XYZ50.659333.823598.4663
Yxy33.82350.27690.1849
Hunter Lab58.158053.7084-59.6723
CIE-Lab64.822257.0219-54.0585

#d077ff color RGB value is (208,119,255).

#d077ff hex color red value is 208, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d077ff hue: 0.78 , saturation: 1.00 and the lightness value of d077ff is 0.73.

The process color (four color CMYK) of #d077ff color hex is 0.18, 0.53, 0.00, 0.00. Web safe color of #d077ff is #cc66ff. Color #d077ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 11111111
Octal 320 167 377
Decimal 208 119 255
Hex D0 77 FF

RGB Percentages of Color #d077ff

%35.74
%20.45
%43.81

CMYK Percentages of Color #d077ff

%18
%53
%0
%0

Triadic Colors of #d077ff

#d077ff #ffd077 #77ffd0

Analogous Colors of #d077ff

#d077ff #ff77ea #8c77ff

Monochromatic Colors of #d077ff

#d077ff

Complementary Color

#d077ff #a6ff77

#d077ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d077ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d077ff Color CSS Codes

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

#d077ff Text Font Color

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

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


#d077ff Background Color

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

This div background color is #d077ff


#d077ff Border Color

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

This div border color is #d077ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d077ff


Comments

No comments written yet.

Please login to write comment.