Color Hex Logo

#c078ea Color Hex

#C078EA
(192,120,234)
0 Favorites   0 Comments

Color spaces of #c078ea

RGB 192120234
HSL0.770.730.69
HSV278°49°92°
CMYK 0.180.490.00   0.08
XYZ43.306030.579981.4619
Yxy30.57990.27880.1968
Hunter Lab55.299143.0141-48.6316
CIE-Lab62.151447.8858-46.8196

#c078ea color RGB value is (192,120,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 11101010
Octal 300 170 352
Decimal 192 120 234
Hex C0 78 EA

RGB Percentages of Color #c078ea

%35.16
%21.98
%42.86

CMYK Percentages of Color #c078ea

%18
%49
%0
%8

Triadic Colors of #c078ea

#c078ea #eac078 #78eac0

Analogous Colors of #c078ea

#c078ea #ea78db #8778ea

Monochromatic Colors of #c078ea

#c078ea

Complementary Color

#c078ea #a2ea78

#c078ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c078ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c078ea Color CSS Codes

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

#c078ea Text Font Color

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

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


#c078ea Background Color

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

This div background color is #c078ea


#c078ea Border Color

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

This div border color is #c078ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c078ea


Comments

No comments written yet.

Please login to write comment.