Color Hex Logo

#c077ea Color Hex

#C077EA
(192,119,234)
0 Favorites   0 Comments

Color spaces of #c077ea

RGB 192119234
HSL0.770.730.69
HSV278°49°92°
CMYK 0.180.490.00   0.08
XYZ43.186330.340681.4221
Yxy30.34060.27870.1958
Hunter Lab55.082343.5557-49.0843
CIE-Lab61.947048.4120-47.1424

#c077ea color RGB value is (192,119,234).

#c077ea hex color red value is 192, green value is 119 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c077ea hue: 0.77 , saturation: 0.73 and the lightness value of c077ea is 0.69.

The process color (four color CMYK) of #c077ea color hex is 0.18, 0.49, 0.00, 0.08. Web safe color of #c077ea is #cc66ff. Color #c077ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110111 11101010
Octal 300 167 352
Decimal 192 119 234
Hex C0 77 EA

RGB Percentages of Color #c077ea

%35.23
%21.83
%42.94

CMYK Percentages of Color #c077ea

%18
%49
%0
%8

Triadic Colors of #c077ea

#c077ea #eac077 #77eac0

Analogous Colors of #c077ea

#c077ea #ea77db #8777ea

Monochromatic Colors of #c077ea

#c077ea

Complementary Color

#c077ea #a1ea77

#c077ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c077ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c077ea Color CSS Codes

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

#c077ea Text Font Color

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

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


#c077ea Background Color

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

This div background color is #c077ea


#c077ea Border Color

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

This div border color is #c077ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,119,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 #c077ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c077ea


Comments

No comments written yet.

Please login to write comment.