Color Hex Logo

#ce76cb Color Hex

#CE76CB
(206,118,203)
0 Favorites   0 Comments

Color spaces of #ce76cb

RGB 206118203
HSL0.840.470.64
HSV302°43°81°
CMYK 0.000.430.01   0.19
XYZ42.711530.390560.1147
Yxy30.39050.32060.2281
Hunter Lab55.127641.8242-26.0644
CIE-Lab61.989746.8140-29.6079

#ce76cb color RGB value is (206,118,203).

#ce76cb hex color red value is 206, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ce76cb hue: 0.84 , saturation: 0.47 and the lightness value of ce76cb is 0.64.

The process color (four color CMYK) of #ce76cb color hex is 0.00, 0.43, 0.01, 0.19. Web safe color of #ce76cb is #cc66cc. Color #ce76cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 11001011
Octal 316 166 313
Decimal 206 118 203
Hex CE 76 CB

RGB Percentages of Color #ce76cb

%39.09
%22.39
%38.52

CMYK Percentages of Color #ce76cb

%0
%43
%1
%19

Triadic Colors of #ce76cb

#ce76cb #cbce76 #76cbce

Analogous Colors of #ce76cb

#ce76cb #ce769f #a576ce

Monochromatic Colors of #ce76cb

#ce76cb

Complementary Color

#ce76cb #76ce79

#ce76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce76cb Color CSS Codes

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

#ce76cb Text Font Color

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

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


#ce76cb Background Color

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

This div background color is #ce76cb


#ce76cb Border Color

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

This div border color is #ce76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce76cb


Comments

No comments written yet.

Please login to write comment.