Color Hex Logo

#c061bb Color Hex

#C061BB
(192,97,187)
0 Favorites   0 Comments

Color spaces of #c061bb

RGB 19297187
HSL0.840.430.57
HSV303°49°75°
CMYK 0.000.490.03   0.25
XYZ34.982623.343749.6757
Yxy23.34370.32390.2161
Hunter Lab48.315344.6907-27.1387
CIE-Lab55.424650.4582-30.8200

#c061bb color RGB value is (192,97,187).

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

The process color (four color CMYK) of #c061bb color hex is 0.00, 0.49, 0.03, 0.25. Web safe color of #c061bb is #cc66cc. Color #c061bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 10111011
Octal 300 141 273
Decimal 192 97 187
Hex C0 61 BB

RGB Percentages of Color #c061bb

%40.34
%20.38
%39.29

CMYK Percentages of Color #c061bb

%0
%49
%3
%25

Triadic Colors of #c061bb

#c061bb #bbc061 #61bbc0

Analogous Colors of #c061bb

#c061bb #c0618c #9661c0

Monochromatic Colors of #c061bb

#c061bb

Complementary Color

#c061bb #61c066

#c061bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061bb Color CSS Codes

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

#c061bb Text Font Color

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

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


#c061bb Background Color

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

This div background color is #c061bb


#c061bb Border Color

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

This div border color is #c061bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061bb


Comments

No comments written yet.

Please login to write comment.