Color Hex Logo

#c076fe Color Hex

#C076FE
(192,118,254)
0 Favorites   0 Comments

Color spaces of #c076fe

RGB 192118254
HSL0.760.990.73
HSV273°54°100°
CMYK 0.240.540.00   0.00
XYZ46.106131.319197.3811
Yxy31.31910.26380.1792
Hunter Lab55.963549.1231-63.9951
CIE-Lab62.776153.3129-56.8732

#c076fe color RGB value is (192,118,254).

#c076fe hex color red value is 192, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c076fe hue: 0.76 , saturation: 0.99 and the lightness value of c076fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 11111110
Octal 300 166 376
Decimal 192 118 254
Hex C0 76 FE

RGB Percentages of Color #c076fe

%34.04
%20.92
%45.04

CMYK Percentages of Color #c076fe

%24
%54
%0
%0

Triadic Colors of #c076fe

#c076fe #fec076 #76fec0

Analogous Colors of #c076fe

#c076fe #fe76f8 #7c76fe

Monochromatic Colors of #c076fe

#c076fe

Complementary Color

#c076fe #b4fe76

#c076fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c076fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c076fe Color CSS Codes

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

#c076fe Text Font Color

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

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


#c076fe Background Color

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

This div background color is #c076fe


#c076fe Border Color

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

This div border color is #c076fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c076fe


Comments

No comments written yet.

Please login to write comment.