Color Hex Logo

#ce5bbd Color Hex

#CE5BBD
(206,91,189)
0 Favorites   0 Comments

Color spaces of #ce5bbd

RGB 20691189
HSL0.860.540.58
HSV309°56°81°
CMYK 0.000.560.08   0.19
XYZ38.380024.278150.8074
Yxy24.27810.33830.2140
Hunter Lab49.272852.8113-26.6456
CIE-Lab56.365257.6473-30.3588

#ce5bbd color RGB value is (206,91,189).

#ce5bbd hex color red value is 206, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce5bbd hue: 0.86 , saturation: 0.54 and the lightness value of ce5bbd is 0.58.

The process color (four color CMYK) of #ce5bbd color hex is 0.00, 0.56, 0.08, 0.19. Web safe color of #ce5bbd is #cc66cc. Color #ce5bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 10111101
Octal 316 133 275
Decimal 206 91 189
Hex CE 5B BD

RGB Percentages of Color #ce5bbd

%42.39
%18.72
%38.89

CMYK Percentages of Color #ce5bbd

%0
%56
%8
%19

Triadic Colors of #ce5bbd

#ce5bbd #bdce5b #5bbdce

Analogous Colors of #ce5bbd

#ce5bbd #ce5b84 #a65bce

Monochromatic Colors of #ce5bbd

#ce5bbd

Complementary Color

#ce5bbd #5bce6c

#ce5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bbd Color CSS Codes

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

#ce5bbd Text Font Color

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

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


#ce5bbd Background Color

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

This div background color is #ce5bbd


#ce5bbd Border Color

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

This div border color is #ce5bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bbd


Comments

No comments written yet.

Please login to write comment.