Color Hex Logo

#dc80ff Color Hex

#DC80FF
(220,128,255)
0 Favorites   0 Comments

Color spaces of #dc80ff

RGB 220128255
HSL0.791.000.75
HSV283°50°100°
CMYK 0.140.500.00   0.00
XYZ55.284437.874099.0043
Yxy37.87400.28770.1971
Hunter Lab61.541952.6522-52.3024
CIE-Lab67.927655.6163-49.0559

#dc80ff color RGB value is (220,128,255).

#dc80ff hex color red value is 220, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc80ff hue: 0.79 , saturation: 1.00 and the lightness value of dc80ff is 0.75.

The process color (four color CMYK) of #dc80ff color hex is 0.14, 0.50, 0.00, 0.00. Web safe color of #dc80ff is #cc99ff. Color #dc80ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000000 11111111
Octal 334 200 377
Decimal 220 128 255
Hex DC 80 FF

RGB Percentages of Color #dc80ff

%36.48
%21.23
%42.29

CMYK Percentages of Color #dc80ff

%14
%50
%0
%0

Triadic Colors of #dc80ff

#dc80ff #ffdc80 #80ffdc

Analogous Colors of #dc80ff

#dc80ff #ff80e3 #9d80ff

Monochromatic Colors of #dc80ff

#dc80ff

Complementary Color

#dc80ff #a3ff80

#dc80ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc80ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc80ff Color CSS Codes

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

#dc80ff Text Font Color

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

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


#dc80ff Background Color

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

This div background color is #dc80ff


#dc80ff Border Color

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

This div border color is #dc80ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,128,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 #dc80ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc80ff

Related Colors


Comments

No comments written yet.

Please login to write comment.