Color Hex Logo

#c078cc Color Hex

#C078CC
(192,120,204)
0 Favorites   0 Comments

Color spaces of #c078cc

RGB 192120204
HSL0.810.450.64
HSV291°41°80°
CMYK 0.060.410.00   0.20
XYZ39.353828.999060.6499
Yxy28.99900.30510.2248
Hunter Lab53.850736.2080-29.0804
CIE-Lab60.780741.7142-32.1778

#c078cc color RGB value is (192,120,204).

#c078cc hex color red value is 192, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c078cc hue: 0.81 , saturation: 0.45 and the lightness value of c078cc is 0.64.

The process color (four color CMYK) of #c078cc color hex is 0.06, 0.41, 0.00, 0.20. Web safe color of #c078cc is #cc66cc. Color #c078cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 11001100
Octal 300 170 314
Decimal 192 120 204
Hex C0 78 CC

RGB Percentages of Color #c078cc

%37.21
%23.26
%39.53

CMYK Percentages of Color #c078cc

%6
%41
%0
%20

Triadic Colors of #c078cc

#c078cc #ccc078 #78ccc0

Analogous Colors of #c078cc

#c078cc #cc78ae #9678cc

Monochromatic Colors of #c078cc

#c078cc

Complementary Color

#c078cc #84cc78

#c078cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c078cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c078cc Color CSS Codes

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

#c078cc Text Font Color

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

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


#c078cc Background Color

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

This div background color is #c078cc


#c078cc Border Color

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

This div border color is #c078cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c078cc


Comments

No comments written yet.

Please login to write comment.