Color Hex Logo

#c76ece Color Hex

#C76ECE
(199,110,206)
0 Favorites   0 Comments

Color spaces of #c76ece

RGB 199110206
HSL0.820.490.62
HSV296°47°81°
CMYK 0.030.470.00   0.19
XYZ40.269727.750261.6264
Yxy27.75020.31060.2140
Hunter Lab52.678544.2658-32.4861
CIE-Lab59.662449.4037-34.9845

#c76ece color RGB value is (199,110,206).

#c76ece hex color red value is 199, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c76ece hue: 0.82 , saturation: 0.49 and the lightness value of c76ece is 0.62.

The process color (four color CMYK) of #c76ece color hex is 0.03, 0.47, 0.00, 0.19. Web safe color of #c76ece is #cc66cc. Color #c76ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 11001110
Octal 307 156 316
Decimal 199 110 206
Hex C7 6E CE

RGB Percentages of Color #c76ece

%38.64
%21.36
%40.00

CMYK Percentages of Color #c76ece

%3
%47
%0
%19

Triadic Colors of #c76ece

#c76ece #cec76e #6ecec7

Analogous Colors of #c76ece

#c76ece #ce6ea5 #976ece

Monochromatic Colors of #c76ece

#c76ece

Complementary Color

#c76ece #75ce6e

#c76ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ece Color CSS Codes

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

#c76ece Text Font Color

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

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


#c76ece Background Color

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

This div background color is #c76ece


#c76ece Border Color

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

This div border color is #c76ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ece


Comments

No comments written yet.

Please login to write comment.