Color Hex Logo

#ce66df Color Hex

#CE66DF
(206,102,223)
0 Favorites   0 Comments

Color spaces of #ce66df

RGB 206102223
HSL0.810.650.64
HSV292°54°87°
CMYK 0.080.540.00   0.13
XYZ43.524327.952372.9134
Yxy27.95230.30140.1936
Hunter Lab52.869954.4248-44.7584
CIE-Lab59.845658.4698-44.2079

#ce66df color RGB value is (206,102,223).

#ce66df hex color red value is 206, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce66df hue: 0.81 , saturation: 0.65 and the lightness value of ce66df is 0.64.

The process color (four color CMYK) of #ce66df color hex is 0.08, 0.54, 0.00, 0.13. Web safe color of #ce66df is #cc66cc. Color #ce66df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100110 11011111
Octal 316 146 337
Decimal 206 102 223
Hex CE 66 DF

RGB Percentages of Color #ce66df

%38.79
%19.21
%42.00

CMYK Percentages of Color #ce66df

%8
%54
%0
%13

Triadic Colors of #ce66df

#ce66df #dfce66 #66dfce

Analogous Colors of #ce66df

#ce66df #df66b4 #9266df

Monochromatic Colors of #ce66df

#ce66df

Complementary Color

#ce66df #77df66

#ce66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce66df Color CSS Codes

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

#ce66df Text Font Color

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

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


#ce66df Background Color

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

This div background color is #ce66df


#ce66df Border Color

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

This div border color is #ce66df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce66df


Comments

No comments written yet.

Please login to write comment.