Color Hex Logo

#ce69db Color Hex

#CE69DB
(206,105,219)
0 Favorites   0 Comments

Color spaces of #ce69db

RGB 206105219
HSL0.810.610.64
HSV293°52°86°
CMYK 0.060.520.00   0.14
XYZ43.291428.339470.2062
Yxy28.33940.30520.1998
Hunter Lab53.234851.9984-40.9275
CIE-Lab60.194156.2790-41.4141

#ce69db color RGB value is (206,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 11011011
Octal 316 151 333
Decimal 206 105 219
Hex CE 69 DB

RGB Percentages of Color #ce69db

%38.87
%19.81
%41.32

CMYK Percentages of Color #ce69db

%6
%52
%0
%14

Triadic Colors of #ce69db

#ce69db #dbce69 #69dbce

Analogous Colors of #ce69db

#ce69db #db69af #9569db

Monochromatic Colors of #ce69db

#ce69db

Complementary Color

#ce69db #76db69

#ce69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce69db Color CSS Codes

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

#ce69db Text Font Color

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

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


#ce69db Background Color

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

This div background color is #ce69db


#ce69db Border Color

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

This div border color is #ce69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce69db


Comments

No comments written yet.

Please login to write comment.