Color Hex Logo

#c060be Color Hex

#C060BE
(192,96,190)
0 Favorites   0 Comments

Color spaces of #c060be

RGB 19296190
HSL0.840.430.56
HSV301°50°75°
CMYK 0.000.500.01   0.25
XYZ35.215423.289951.3545
Yxy23.28990.32050.2120
Hunter Lab48.259645.7985-29.3105
CIE-Lab55.369751.4880-32.6300

#c060be color RGB value is (192,96,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10111110
Octal 300 140 276
Decimal 192 96 190
Hex C0 60 BE

RGB Percentages of Color #c060be

%40.17
%20.08
%39.75

CMYK Percentages of Color #c060be

%0
%50
%1
%25

Triadic Colors of #c060be

#c060be #bec060 #60bec0

Analogous Colors of #c060be

#c060be #c0608e #9260c0

Monochromatic Colors of #c060be

#c060be

Complementary Color

#c060be #60c062

#c060be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060be Color CSS Codes

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

#c060be Text Font Color

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

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


#c060be Background Color

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

This div background color is #c060be


#c060be Border Color

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

This div border color is #c060be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060be


Comments

No comments written yet.

Please login to write comment.