Color Hex Logo

#ce76dc Color Hex

#CE76DC
(206,118,220)
0 Favorites   0 Comments

Color spaces of #ce76dc

RGB 206118220
HSL0.810.590.66
HSV292°46°86°
CMYK 0.060.460.00   0.14
XYZ44.850331.246071.3774
Yxy31.24600.30410.2119
Hunter Lab55.898145.3992-36.5799
CIE-Lab62.714849.9775-38.0237

#ce76dc color RGB value is (206,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 11011100
Octal 316 166 334
Decimal 206 118 220
Hex CE 76 DC

RGB Percentages of Color #ce76dc

%37.87
%21.69
%40.44

CMYK Percentages of Color #ce76dc

%6
%46
%0
%14

Triadic Colors of #ce76dc

#ce76dc #dcce76 #76dcce

Analogous Colors of #ce76dc

#ce76dc #dc76b7 #9b76dc

Monochromatic Colors of #ce76dc

#ce76dc

Complementary Color

#ce76dc #84dc76

#ce76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce76dc Color CSS Codes

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

#ce76dc Text Font Color

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

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


#ce76dc Background Color

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

This div background color is #ce76dc


#ce76dc Border Color

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

This div border color is #ce76dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,118,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce76dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce76dc


Comments

No comments written yet.

Please login to write comment.