Color Hex Logo

#c516bb Color Hex

#C516BB
(197,22,187)
0 Favorites   0 Comments

Color spaces of #c516bb

RGB 19722187
HSL0.840.800.43
HSV303°89°77°
CMYK 0.000.890.05   0.23
XYZ32.282516.032048.4067
Yxy16.03200.33380.1658
Hunter Lab40.040073.8468-43.6512
CIE-Lab47.016477.2334-43.9945

#c516bb color RGB value is (197,22,187).

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

The process color (four color CMYK) of #c516bb color hex is 0.00, 0.89, 0.05, 0.23. Web safe color of #c516bb is #cc00cc. Color #c516bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 10111011
Octal 305 26 273
Decimal 197 22 187
Hex C5 16 BB

RGB Percentages of Color #c516bb

%48.52
%5.42
%46.06

CMYK Percentages of Color #c516bb

%0
%89
%5
%23

Triadic Colors of #c516bb

#c516bb #bbc516 #16bbc5

Analogous Colors of #c516bb

#c516bb #c51663 #7816c5

Monochromatic Colors of #c516bb

#c516bb

Complementary Color

#c516bb #16c520

#c516bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c516bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c516bb Color CSS Codes

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

#c516bb Text Font Color

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

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


#c516bb Background Color

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

This div background color is #c516bb


#c516bb Border Color

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

This div border color is #c516bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c516bb


Comments

No comments written yet.

Please login to write comment.