Color Hex Logo

#c060b6 Color Hex

#C060B6
(192,96,182)
0 Favorites   0 Comments

Color spaces of #c060b6

RGB 19296182
HSL0.850.430.56
HSV306°50°75°
CMYK 0.000.500.05   0.25
XYZ34.364622.949646.8745
Yxy22.94960.32980.2203
Hunter Lab47.905744.2098-24.4797
CIE-Lab55.020450.0780-28.5668

#c060b6 color RGB value is (192,96,182).

#c060b6 hex color red value is 192, green value is 96 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c060b6 hue: 0.85 , saturation: 0.43 and the lightness value of c060b6 is 0.56.

The process color (four color CMYK) of #c060b6 color hex is 0.00, 0.50, 0.05, 0.25. Web safe color of #c060b6 is #cc66cc. Color #c060b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10110110
Octal 300 140 266
Decimal 192 96 182
Hex C0 60 B6

RGB Percentages of Color #c060b6

%40.85
%20.43
%38.72

CMYK Percentages of Color #c060b6

%0
%50
%5
%25

Triadic Colors of #c060b6

#c060b6 #b6c060 #60b6c0

Analogous Colors of #c060b6

#c060b6 #c06086 #9a60c0

Monochromatic Colors of #c060b6

#c060b6

Complementary Color

#c060b6 #60c06a

#c060b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060b6 Color CSS Codes

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

#c060b6 Text Font Color

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

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


#c060b6 Background Color

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

This div background color is #c060b6


#c060b6 Border Color

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

This div border color is #c060b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060b6


Comments

No comments written yet.

Please login to write comment.