Color Hex Logo

#ce94db Color Hex

#CE94DB
(206,148,219)
0 Favorites   0 Comments

Color spaces of #ce94db

RGB 206148219
HSL0.800.500.72
HSV289°32°86°
CMYK 0.060.320.00   0.14
XYZ48.829739.416172.0523
Yxy39.41610.30460.2459
Hunter Lab62.782228.9618-24.0968
CIE-Lab69.051633.8515-27.6440

#ce94db color RGB value is (206,148,219).

#ce94db hex color red value is 206, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce94db hue: 0.80 , saturation: 0.50 and the lightness value of ce94db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 11011011
Octal 316 224 333
Decimal 206 148 219
Hex CE 94 DB

RGB Percentages of Color #ce94db

%35.95
%25.83
%38.22

CMYK Percentages of Color #ce94db

%6
%32
%0
%14

Triadic Colors of #ce94db

#ce94db #dbce94 #94dbce

Analogous Colors of #ce94db

#ce94db #db94c5 #ab94db

Monochromatic Colors of #ce94db

#ce94db

Complementary Color

#ce94db #a1db94

#ce94db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce94db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce94db Color CSS Codes

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

#ce94db Text Font Color

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

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


#ce94db Background Color

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

This div background color is #ce94db


#ce94db Border Color

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

This div border color is #ce94db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce94db


Comments

No comments written yet.

Please login to write comment.