Color Hex Logo

#ce61db Color Hex

#CE61DB
(206,97,219)
0 Favorites   0 Comments

Color spaces of #ce61db

RGB 20697219
HSL0.820.630.62
HSV294°56°86°
CMYK 0.060.560.00   0.14
XYZ42.514526.785769.9472
Yxy26.78570.30530.1924
Hunter Lab51.754956.0592-43.9025
CIE-Lab58.775460.0789-43.6474

#ce61db color RGB value is (206,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 11011011
Octal 316 141 333
Decimal 206 97 219
Hex CE 61 DB

RGB Percentages of Color #ce61db

%39.46
%18.58
%41.95

CMYK Percentages of Color #ce61db

%6
%56
%0
%14

Triadic Colors of #ce61db

#ce61db #dbce61 #61dbce

Analogous Colors of #ce61db

#ce61db #db61ab #9161db

Monochromatic Colors of #ce61db

#ce61db

Complementary Color

#ce61db #6edb61

#ce61db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce61db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce61db Color CSS Codes

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

#ce61db Text Font Color

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

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


#ce61db Background Color

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

This div background color is #ce61db


#ce61db Border Color

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

This div border color is #ce61db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce61db


Comments

No comments written yet.

Please login to write comment.