Color Hex Logo

#c611bd Color Hex

#C611BD
(198,17,189)
0 Favorites   0 Comments

Color spaces of #c611bd

RGB 19817189
HSL0.840.840.42
HSV303°91°78°
CMYK 0.000.910.05   0.22
XYZ32.674516.080849.5259
Yxy16.08080.33250.1636
Hunter Lab40.100975.2666-45.1545
CIE-Lab47.080378.3645-45.0518

#c611bd color RGB value is (198,17,189).

#c611bd hex color red value is 198, green value is 17 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c611bd hue: 0.84 , saturation: 0.84 and the lightness value of c611bd is 0.42.

The process color (four color CMYK) of #c611bd color hex is 0.00, 0.91, 0.05, 0.22. Web safe color of #c611bd is #cc00cc. Color #c611bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010001 10111101
Octal 306 21 275
Decimal 198 17 189
Hex C6 11 BD

RGB Percentages of Color #c611bd

%49.01
%4.21
%46.78

CMYK Percentages of Color #c611bd

%0
%91
%5
%22

Triadic Colors of #c611bd

#c611bd #bdc611 #11bdc6

Analogous Colors of #c611bd

#c611bd #c61163 #7511c6

Monochromatic Colors of #c611bd

#c611bd

Complementary Color

#c611bd #11c61a

#c611bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c611bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c611bd Color CSS Codes

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

#c611bd Text Font Color

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

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


#c611bd Background Color

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

This div background color is #c611bd


#c611bd Border Color

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

This div border color is #c611bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c611bd


Comments

No comments written yet.

Please login to write comment.