Color Hex Logo

#ce64db Color Hex

#CE64DB
(206,100,219)
0 Favorites   0 Comments

Color spaces of #ce64db

RGB 206100219
HSL0.820.620.63
HSV293°54°86°
CMYK 0.060.540.00   0.14
XYZ42.797027.350670.0414
Yxy27.35060.30530.1951
Hunter Lab52.297854.5512-42.7975
CIE-Lab59.297558.6739-42.8248

#ce64db color RGB value is (206,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 11011011
Octal 316 144 333
Decimal 206 100 219
Hex CE 64 DB

RGB Percentages of Color #ce64db

%39.24
%19.05
%41.71

CMYK Percentages of Color #ce64db

%6
%54
%0
%14

Triadic Colors of #ce64db

#ce64db #dbce64 #64dbce

Analogous Colors of #ce64db

#ce64db #db64ad #9364db

Monochromatic Colors of #ce64db

#ce64db

Complementary Color

#ce64db #71db64

#ce64db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce64db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce64db Color CSS Codes

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

#ce64db Text Font Color

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

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


#ce64db Background Color

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

This div background color is #ce64db


#ce64db Border Color

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

This div border color is #ce64db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce64db


Comments

No comments written yet.

Please login to write comment.