Color Hex Logo

#dc80ef Color Hex

#DC80EF
(220,128,239)
0 Favorites   0 Comments

Color spaces of #dc80ef

RGB 220128239
HSL0.800.780.72
HSV290°46°94°
CMYK 0.080.460.00   0.06
XYZ52.814436.886085.9974
Yxy36.88600.30060.2099
Hunter Lab60.733848.9401-41.4393
CIE-Lab67.191452.4789-41.4388

#dc80ef color RGB value is (220,128,239).

#dc80ef hex color red value is 220, green value is 128 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc80ef hue: 0.80 , saturation: 0.78 and the lightness value of dc80ef is 0.72.

The process color (four color CMYK) of #dc80ef color hex is 0.08, 0.46, 0.00, 0.06. Web safe color of #dc80ef is #cc99ff. Color #dc80ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000000 11101111
Octal 334 200 357
Decimal 220 128 239
Hex DC 80 EF

RGB Percentages of Color #dc80ef

%37.48
%21.81
%40.72

CMYK Percentages of Color #dc80ef

%8
%46
%0
%6

Triadic Colors of #dc80ef

#dc80ef #efdc80 #80efdc

Analogous Colors of #dc80ef

#dc80ef #ef80cb #a580ef

Monochromatic Colors of #dc80ef

#dc80ef

Complementary Color

#dc80ef #93ef80

#dc80ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc80ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc80ef Color CSS Codes

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

#dc80ef Text Font Color

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

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


#dc80ef Background Color

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

This div background color is #dc80ef


#dc80ef Border Color

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

This div border color is #dc80ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc80ef


Comments

No comments written yet.

Please login to write comment.