Color Hex Logo

#ce62db Color Hex

#CE62DB
(206,98,219)
0 Favorites   0 Comments

Color spaces of #ce62db

RGB 20698219
HSL0.820.630.62
HSV294°55°86°
CMYK 0.060.550.00   0.14
XYZ42.607526.971669.9782
Yxy26.97160.30530.1933
Hunter Lab51.934255.5589-43.5358
CIE-Lab58.948059.6136-43.3753

#ce62db color RGB value is (206,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 11011011
Octal 316 142 333
Decimal 206 98 219
Hex CE 62 DB

RGB Percentages of Color #ce62db

%39.39
%18.74
%41.87

CMYK Percentages of Color #ce62db

%6
%55
%0
%14

Triadic Colors of #ce62db

#ce62db #dbce62 #62dbce

Analogous Colors of #ce62db

#ce62db #db62ac #9262db

Monochromatic Colors of #ce62db

#ce62db

Complementary Color

#ce62db #6fdb62

#ce62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce62db Color CSS Codes

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

#ce62db Text Font Color

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

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


#ce62db Background Color

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

This div background color is #ce62db


#ce62db Border Color

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

This div border color is #ce62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce62db


Comments

No comments written yet.

Please login to write comment.