Color Hex Logo

#ce76db Color Hex

#CE76DB
(206,118,219)
0 Favorites   0 Comments

Color spaces of #ce76db

RGB 206118219
HSL0.810.580.66
HSV292°46°86°
CMYK 0.060.460.00   0.14
XYZ44.718231.193270.6818
Yxy31.19320.30500.2128
Hunter Lab55.850945.1808-35.9386
CIE-Lab62.670449.7862-37.5340

#ce76db color RGB value is (206,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 11011011
Octal 316 166 333
Decimal 206 118 219
Hex CE 76 DB

RGB Percentages of Color #ce76db

%37.94
%21.73
%40.33

CMYK Percentages of Color #ce76db

%6
%46
%0
%14

Triadic Colors of #ce76db

#ce76db #dbce76 #76dbce

Analogous Colors of #ce76db

#ce76db #db76b6 #9c76db

Monochromatic Colors of #ce76db

#ce76db

Complementary Color

#ce76db #83db76

#ce76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce76db Color CSS Codes

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

#ce76db Text Font Color

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

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


#ce76db Background Color

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

This div background color is #ce76db


#ce76db Border Color

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

This div border color is #ce76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce76db


Comments

No comments written yet.

Please login to write comment.