Color Hex Logo

#c76cea Color Hex

#C76CEA
(199,108,234)
0 Favorites   0 Comments

Color spaces of #c76cea

RGB 199108234
HSL0.790.750.67
HSV283°54°92°
CMYK 0.150.540.00   0.08
XYZ43.767028.807881.0956
Yxy28.80780.28480.1875
Hunter Lab53.672951.6284-52.0116
CIE-Lab60.611655.8831-49.2018

#c76cea color RGB value is (199,108,234).

#c76cea hex color red value is 199, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c76cea hue: 0.79 , saturation: 0.75 and the lightness value of c76cea is 0.67.

The process color (four color CMYK) of #c76cea color hex is 0.15, 0.54, 0.00, 0.08. Web safe color of #c76cea is #cc66ff. Color #c76cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 11101010
Octal 307 154 352
Decimal 199 108 234
Hex C7 6C EA

RGB Percentages of Color #c76cea

%36.78
%19.96
%43.25

CMYK Percentages of Color #c76cea

%15
%54
%0
%8

Triadic Colors of #c76cea

#c76cea #eac76c #6ceac7

Analogous Colors of #c76cea

#c76cea #ea6cce #886cea

Monochromatic Colors of #c76cea

#c76cea

Complementary Color

#c76cea #8fea6c

#c76cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cea Color CSS Codes

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

#c76cea Text Font Color

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

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


#c76cea Background Color

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

This div background color is #c76cea


#c76cea Border Color

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

This div border color is #c76cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cea


Comments

No comments written yet.

Please login to write comment.