Color Hex Logo

#ce66eb Color Hex

#CE66EB
(206,102,235)
0 Favorites   0 Comments

Color spaces of #ce66eb

RGB 206102235
HSL0.800.770.66
HSV287°57°92°
CMYK 0.120.570.00   0.08
XYZ45.200428.622781.7397
Yxy28.62270.29060.1840
Hunter Lab53.500257.1830-53.1355
CIE-Lab60.447260.7618-49.9640

#ce66eb color RGB value is (206,102,235).

#ce66eb hex color red value is 206, green value is 102 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce66eb hue: 0.80 , saturation: 0.77 and the lightness value of ce66eb is 0.66.

The process color (four color CMYK) of #ce66eb color hex is 0.12, 0.57, 0.00, 0.08. Web safe color of #ce66eb is #cc66ff. Color #ce66eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100110 11101011
Octal 316 146 353
Decimal 206 102 235
Hex CE 66 EB

RGB Percentages of Color #ce66eb

%37.94
%18.78
%43.28

CMYK Percentages of Color #ce66eb

%12
%57
%0
%8

Triadic Colors of #ce66eb

#ce66eb #ebce66 #66ebce

Analogous Colors of #ce66eb

#ce66eb #eb66c6 #8c66eb

Monochromatic Colors of #ce66eb

#ce66eb

Complementary Color

#ce66eb #83eb66

#ce66eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce66eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce66eb Color CSS Codes

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

#ce66eb Text Font Color

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

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


#ce66eb Background Color

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

This div background color is #ce66eb


#ce66eb Border Color

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

This div border color is #ce66eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce66eb


Comments

No comments written yet.

Please login to write comment.