Color Hex Logo

#ce5bee Color Hex

#CE5BEE
(206,91,238)
0 Favorites   0 Comments

Color spaces of #ce5bee

RGB 20691238
HSL0.800.810.65
HSV287°62°93°
CMYK 0.130.620.00   0.07
XYZ44.627326.777083.7053
Yxy26.77700.28770.1726
Hunter Lab51.746563.3859-59.6851
CIE-Lab58.767366.3460-54.3058

#ce5bee color RGB value is (206,91,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 11101110
Octal 316 133 356
Decimal 206 91 238
Hex CE 5B EE

RGB Percentages of Color #ce5bee

%38.50
%17.01
%44.49

CMYK Percentages of Color #ce5bee

%13
%62
%0
%7

Triadic Colors of #ce5bee

#ce5bee #eece5b #5beece

Analogous Colors of #ce5bee

#ce5bee #ee5bc5 #855bee

Monochromatic Colors of #ce5bee

#ce5bee

Complementary Color

#ce5bee #7bee5b

#ce5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bee Color CSS Codes

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

#ce5bee Text Font Color

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

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


#ce5bee Background Color

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

This div background color is #ce5bee


#ce5bee Border Color

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

This div border color is #ce5bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bee


Comments

No comments written yet.

Please login to write comment.