Color Hex Logo

#ce5bdb Color Hex

#CE5BDB
(206,91,219)
0 Favorites   0 Comments

Color spaces of #ce5bdb

RGB 20691219
HSL0.820.640.61
HSV294°58°86°
CMYK 0.060.580.00   0.14
XYZ41.980925.718569.7694
Yxy25.71850.30540.1871
Hunter Lab50.713459.0150-46.0693
CIE-Lab57.768962.8110-45.2365

#ce5bdb color RGB value is (206,91,219).

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

The process color (four color CMYK) of #ce5bdb color hex is 0.06, 0.58, 0.00, 0.14. Web safe color of #ce5bdb is #cc66cc. Color #ce5bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 11011011
Octal 316 133 333
Decimal 206 91 219
Hex CE 5B DB

RGB Percentages of Color #ce5bdb

%39.92
%17.64
%42.44

CMYK Percentages of Color #ce5bdb

%6
%58
%0
%14

Triadic Colors of #ce5bdb

#ce5bdb #dbce5b #5bdbce

Analogous Colors of #ce5bdb

#ce5bdb #db5ba8 #8e5bdb

Monochromatic Colors of #ce5bdb

#ce5bdb

Complementary Color

#ce5bdb #68db5b

#ce5bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bdb Color CSS Codes

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

#ce5bdb Text Font Color

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

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


#ce5bdb Background Color

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

This div background color is #ce5bdb


#ce5bdb Border Color

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

This div border color is #ce5bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bdb


Comments

No comments written yet.

Please login to write comment.