color codes Logo

#c061cc color codes

#C061CC
(192,97,204)
0 Favorites   0 Comments

Color spaces of #c061cc

RGB 19297204
HSL0.810.510.59
HSV293°52°80°
CMYK 0.060.520.00   0.20
XYZ36.912024.115559.8360
Yxy24.11550.30540.1995
Hunter Lab49.107548.2325-37.8677
CIE-Lab56.203253.5720-39.3306

#c061cc color RGB value is (192,97,204).

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

The process color (four color CMYK) of #c061cc color code is 0.06, 0.52, 0.00, 0.20. Web safe color of #c061cc is #cc66cc. Color #c061cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 11001100
Octal 300 141 314
Decimal 192 97 204
Hex C0 61 CC

RGB Percentages of Color #c061cc

%38.95
%19.68
%41.38

CMYK Percentages of Color #c061cc

%6
%52
%0
%20

Triadic Colors of #c061cc

#c061cc #ccc061 #61ccc0

Analogous Colors of #c061cc

#c061cc #cc61a3 #8b61cc

Monochromatic Colors of #c061cc

#c061cc

Complementary Color

#c061cc #6dcc61

#c061cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061cc Color CSS Codes

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

#c061cc Text Font Color

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

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


#c061cc Background Color

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

This div background color is #c061cc


#c061cc Border Color

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

This div border color is #c061cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061cc

#c061cc Color Palettes


Comments

No comments written yet.

Please login to write comment.