Color Hex Logo

#ce80df Color Hex

#CE80DF
(206,128,223)
0 Favorites   0 Comments

Color spaces of #ce80df

RGB 206128223
HSL0.800.600.69
HSV289°43°87°
CMYK 0.080.430.00   0.13
XYZ46.492133.887973.9027
Yxy33.88790.30130.2196
Hunter Lab58.213340.6858-34.5202
CIE-Lab64.873545.3657-36.3270

#ce80df color RGB value is (206,128,223).

#ce80df hex color red value is 206, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce80df hue: 0.80 , saturation: 0.60 and the lightness value of ce80df is 0.69.

The process color (four color CMYK) of #ce80df color hex is 0.08, 0.43, 0.00, 0.13. Web safe color of #ce80df is #cc99cc. Color #ce80df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 11011111
Octal 316 200 337
Decimal 206 128 223
Hex CE 80 DF

RGB Percentages of Color #ce80df

%36.98
%22.98
%40.04

CMYK Percentages of Color #ce80df

%8
%43
%0
%13

Triadic Colors of #ce80df

#ce80df #dfce80 #80dfce

Analogous Colors of #ce80df

#ce80df #df80c1 #9f80df

Monochromatic Colors of #ce80df

#ce80df

Complementary Color

#ce80df #91df80

#ce80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce80df Color CSS Codes

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

#ce80df Text Font Color

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

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


#ce80df Background Color

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

This div background color is #ce80df


#ce80df Border Color

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

This div border color is #ce80df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce80df


Comments

No comments written yet.

Please login to write comment.