Color Hex Logo

#c616bf Color Hex

#C616BF
(198,22,191)
0 Favorites   0 Comments

Color spaces of #c616bf

RGB 19822191
HSL0.840.800.43
HSV302°89°78°
CMYK 0.000.890.04   0.22
XYZ32.979616.341250.7062
Yxy16.34120.32970.1634
Hunter Lab40.424374.8845-46.0735
CIE-Lab47.419077.9915-45.6802

#c616bf color RGB value is (198,22,191).

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

The process color (four color CMYK) of #c616bf color hex is 0.00, 0.89, 0.04, 0.22. Web safe color of #c616bf is #cc00cc. Color #c616bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010110 10111111
Octal 306 26 277
Decimal 198 22 191
Hex C6 16 BF

RGB Percentages of Color #c616bf

%48.18
%5.35
%46.47

CMYK Percentages of Color #c616bf

%0
%89
%4
%22

Triadic Colors of #c616bf

#c616bf #bfc616 #16bfc6

Analogous Colors of #c616bf

#c616bf #c61667 #7516c6

Monochromatic Colors of #c616bf

#c616bf

Complementary Color

#c616bf #16c61d

#c616bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c616bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c616bf Color CSS Codes

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

#c616bf Text Font Color

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

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


#c616bf Background Color

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

This div background color is #c616bf


#c616bf Border Color

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

This div border color is #c616bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,22,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c616bf


Comments

No comments written yet.

Please login to write comment.