Color Hex Logo

#ce5bea Color Hex

#CE5BEA
(206,91,234)
0 Favorites   0 Comments

Color spaces of #ce5bea

RGB 20691234
HSL0.800.770.64
HSV288°61°92°
CMYK 0.120.610.00   0.08
XYZ44.046026.544580.6440
Yxy26.54450.29120.1755
Hunter Lab51.521462.4386-56.7390
CIE-Lab58.550365.5867-52.4186

#ce5bea color RGB value is (206,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 11101010
Octal 316 133 352
Decimal 206 91 234
Hex CE 5B EA

RGB Percentages of Color #ce5bea

%38.79
%17.14
%44.07

CMYK Percentages of Color #ce5bea

%12
%61
%0
%8

Triadic Colors of #ce5bea

#ce5bea #eace5b #5beace

Analogous Colors of #ce5bea

#ce5bea #ea5bbf #875bea

Monochromatic Colors of #ce5bea

#ce5bea

Complementary Color

#ce5bea #77ea5b

#ce5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bea Color CSS Codes

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

#ce5bea Text Font Color

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

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


#ce5bea Background Color

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

This div background color is #ce5bea


#ce5bea Border Color

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

This div border color is #ce5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bea


Comments

No comments written yet.

Please login to write comment.