Color Hex Logo

#c065cc Color Hex

#C065CC
(192,101,204)
0 Favorites   0 Comments

Color spaces of #c065cc

RGB 192101204
HSL0.810.500.60
HSV293°50°80°
CMYK 0.060.500.00   0.20
XYZ37.291024.873559.9623
Yxy24.87350.30530.2037
Hunter Lab49.873346.1886-36.3725
CIE-Lab56.952051.5891-38.1549

#c065cc color RGB value is (192,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 11001100
Octal 300 145 314
Decimal 192 101 204
Hex C0 65 CC

RGB Percentages of Color #c065cc

%38.63
%20.32
%41.05

CMYK Percentages of Color #c065cc

%6
%50
%0
%20

Triadic Colors of #c065cc

#c065cc #ccc065 #65ccc0

Analogous Colors of #c065cc

#c065cc #cc65a5 #8d65cc

Monochromatic Colors of #c065cc

#c065cc

Complementary Color

#c065cc #71cc65

#c065cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c065cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c065cc Color CSS Codes

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

#c065cc Text Font Color

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

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


#c065cc Background Color

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

This div background color is #c065cc


#c065cc Border Color

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

This div border color is #c065cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c065cc


Comments

No comments written yet.

Please login to write comment.