Color Hex Logo

#ce83db Color Hex

#CE83DB
(206,131,219)
0 Favorites   0 Comments

Color spaces of #ce83db

RGB 206131219
HSL0.810.550.69
HSV291°40°86°
CMYK 0.060.400.00   0.14
XYZ46.356134.468971.2278
Yxy34.46890.30490.2267
Hunter Lab58.710238.1962-30.8340
CIE-Lab65.333143.0002-33.3879

#ce83db color RGB value is (206,131,219).

#ce83db hex color red value is 206, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce83db hue: 0.81 , saturation: 0.55 and the lightness value of ce83db is 0.69.

The process color (four color CMYK) of #ce83db color hex is 0.06, 0.40, 0.00, 0.14. Web safe color of #ce83db is #cc99cc. Color #ce83db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 11011011
Octal 316 203 333
Decimal 206 131 219
Hex CE 83 DB

RGB Percentages of Color #ce83db

%37.05
%23.56
%39.39

CMYK Percentages of Color #ce83db

%6
%40
%0
%14

Triadic Colors of #ce83db

#ce83db #dbce83 #83dbce

Analogous Colors of #ce83db

#ce83db #db83bc #a283db

Monochromatic Colors of #ce83db

#ce83db

Complementary Color

#ce83db #90db83

#ce83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce83db Color CSS Codes

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

#ce83db Text Font Color

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

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


#ce83db Background Color

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

This div background color is #ce83db


#ce83db Border Color

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

This div border color is #ce83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce83db


Comments

No comments written yet.

Please login to write comment.