Color Hex Logo

#c076fc Color Hex

#C076FC
(192,118,252)
0 Favorites   0 Comments

Color spaces of #c076fc

RGB 192118252
HSL0.760.960.73
HSV273°53°99°
CMYK 0.240.530.00   0.01
XYZ45.787331.191695.7028
Yxy31.19160.26520.1806
Hunter Lab55.849448.6039-62.5039
CIE-Lab62.669052.8667-55.9443

#c076fc color RGB value is (192,118,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 11111100
Octal 300 166 374
Decimal 192 118 252
Hex C0 76 FC

RGB Percentages of Color #c076fc

%34.16
%21.00
%44.84

CMYK Percentages of Color #c076fc

%24
%53
%0
%1

Triadic Colors of #c076fc

#c076fc #fcc076 #76fcc0

Analogous Colors of #c076fc

#c076fc #fc76f5 #7d76fc

Monochromatic Colors of #c076fc

#c076fc

Complementary Color

#c076fc #b2fc76

#c076fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c076fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c076fc Color CSS Codes

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

#c076fc Text Font Color

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

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


#c076fc Background Color

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

This div background color is #c076fc


#c076fc Border Color

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

This div border color is #c076fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c076fc

Related Colors


Comments

No comments written yet.

Please login to write comment.