Color Hex Logo

#cea6db Color Hex

#CEA6DB
(206,166,219)
0 Favorites   0 Comments

Color spaces of #cea6db

RGB 206166219
HSL0.790.420.75
HSV285°24°86°
CMYK 0.060.240.00   0.14
XYZ51.876045.508773.0677
Yxy45.50870.30430.2670
Hunter Lab67.460119.2090-16.9963
CIE-Lab73.225624.0204-21.2623

#cea6db color RGB value is (206,166,219).

#cea6db hex color red value is 206, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cea6db hue: 0.79 , saturation: 0.42 and the lightness value of cea6db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 11011011
Octal 316 246 333
Decimal 206 166 219
Hex CE A6 DB

RGB Percentages of Color #cea6db

%34.86
%28.09
%37.06

CMYK Percentages of Color #cea6db

%6
%24
%0
%14

Triadic Colors of #cea6db

#cea6db #dbcea6 #a6dbce

Analogous Colors of #cea6db

#cea6db #dba6ce #b4a6db

Monochromatic Colors of #cea6db

#cea6db

Complementary Color

#cea6db #b3dba6

#cea6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea6db Color CSS Codes

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

#cea6db Text Font Color

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

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


#cea6db Background Color

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

This div background color is #cea6db


#cea6db Border Color

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

This div border color is #cea6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea6db

#cea6db Color Palettes


Comments

No comments written yet.

Please login to write comment.