Color Hex Logo

#c076ff Color Hex

#C076FF
(192,118,255)
0 Favorites   0 Comments

Color spaces of #c076ff

RGB 192118255
HSL0.761.000.73
HSV272°54°100°
CMYK 0.250.540.00   0.00
XYZ46.266731.383398.2268
Yxy31.38330.26310.1784
Hunter Lab56.020849.3840-64.7445
CIE-Lab62.829953.5367-57.3366

#c076ff color RGB value is (192,118,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 11111111
Octal 300 166 377
Decimal 192 118 255
Hex C0 76 FF

RGB Percentages of Color #c076ff

%33.98
%20.88
%45.13

CMYK Percentages of Color #c076ff

%25
%54
%0
%0

Triadic Colors of #c076ff

#c076ff #ffc076 #76ffc0

Analogous Colors of #c076ff

#c076ff #ff76fa #7c76ff

Monochromatic Colors of #c076ff

#c076ff

Complementary Color

#c076ff #b5ff76

#c076ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c076ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c076ff Color CSS Codes

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

#c076ff Text Font Color

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

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


#c076ff Background Color

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

This div background color is #c076ff


#c076ff Border Color

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

This div border color is #c076ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c076ff


Comments

No comments written yet.

Please login to write comment.