Color Hex Logo

#ce78db Color Hex

#CE78DB
(206,120,219)
0 Favorites   0 Comments

Color spaces of #ce78db

RGB 206120219
HSL0.810.580.66
HSV292°45°86°
CMYK 0.060.450.00   0.14
XYZ44.956331.669270.7612
Yxy31.66920.30500.2149
Hunter Lab56.275444.1150-35.1590
CIE-Lab63.068548.7590-36.9124

#ce78db color RGB value is (206,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 11011011
Octal 316 170 333
Decimal 206 120 219
Hex CE 78 DB

RGB Percentages of Color #ce78db

%37.80
%22.02
%40.18

CMYK Percentages of Color #ce78db

%6
%45
%0
%14

Triadic Colors of #ce78db

#ce78db #dbce78 #78dbce

Analogous Colors of #ce78db

#ce78db #db78b7 #9d78db

Monochromatic Colors of #ce78db

#ce78db

Complementary Color

#ce78db #85db78

#ce78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce78db Color CSS Codes

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

#ce78db Text Font Color

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

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


#ce78db Background Color

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

This div background color is #ce78db


#ce78db Border Color

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

This div border color is #ce78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce78db


Comments

No comments written yet.

Please login to write comment.