Color Hex Logo

#ce76da Color Hex

#CE76DA
(206,118,218)
0 Favorites   0 Comments

Color spaces of #ce76da

RGB 206118218
HSL0.810.570.66
HSV293°46°85°
CMYK 0.060.460.00   0.15
XYZ44.586931.140669.9904
Yxy31.14060.30600.2137
Hunter Lab55.803844.9639-35.3003
CIE-Lab62.626149.5959-37.0438

#ce76da color RGB value is (206,118,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 11011010
Octal 316 166 332
Decimal 206 118 218
Hex CE 76 DA

RGB Percentages of Color #ce76da

%38.01
%21.77
%40.22

CMYK Percentages of Color #ce76da

%6
%46
%0
%15

Triadic Colors of #ce76da

#ce76da #dace76 #76dace

Analogous Colors of #ce76da

#ce76da #da76b4 #9c76da

Monochromatic Colors of #ce76da

#ce76da

Complementary Color

#ce76da #82da76

#ce76da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce76da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce76da Color CSS Codes

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

#ce76da Text Font Color

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

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


#ce76da Background Color

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

This div background color is #ce76da


#ce76da Border Color

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

This div border color is #ce76da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce76da


Comments

No comments written yet.

Please login to write comment.