Color Hex Logo

#ce5eee Color Hex

#CE5EEE
(206,94,238)
0 Favorites   0 Comments

Color spaces of #ce5eee

RGB 20694238
HSL0.800.810.65
HSV287°61°93°
CMYK 0.130.610.00   0.07
XYZ44.888927.300383.7925
Yxy27.30030.28780.1750
Hunter Lab52.249761.9165-58.5082
CIE-Lab59.251365.0180-53.5350

#ce5eee color RGB value is (206,94,238).

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

The process color (four color CMYK) of #ce5eee color hex is 0.13, 0.61, 0.00, 0.07. Web safe color of #ce5eee is #cc66ff. Color #ce5eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 11101110
Octal 316 136 356
Decimal 206 94 238
Hex CE 5E EE

RGB Percentages of Color #ce5eee

%38.29
%17.47
%44.24

CMYK Percentages of Color #ce5eee

%13
%61
%0
%7

Triadic Colors of #ce5eee

#ce5eee #eece5e #5eeece

Analogous Colors of #ce5eee

#ce5eee #ee5ec6 #865eee

Monochromatic Colors of #ce5eee

#ce5eee

Complementary Color

#ce5eee #7eee5e

#ce5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5eee Color CSS Codes

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

#ce5eee Text Font Color

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

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


#ce5eee Background Color

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

This div background color is #ce5eee


#ce5eee Border Color

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

This div border color is #ce5eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5eee


Comments

No comments written yet.

Please login to write comment.