Color Hex Logo

#c661bd Color Hex

#C661BD
(198,97,189)
0 Favorites   0 Comments

Color spaces of #c661bd

RGB 19897189
HSL0.850.470.58
HSV305°51°78°
CMYK 0.000.510.05   0.22
XYZ36.748724.229350.8840
Yxy24.22930.32850.2166
Hunter Lab49.223347.1223-26.8341
CIE-Lab56.316652.5445-30.5204

#c661bd color RGB value is (198,97,189).

#c661bd hex color red value is 198, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c661bd hue: 0.85 , saturation: 0.47 and the lightness value of c661bd is 0.58.

The process color (four color CMYK) of #c661bd color hex is 0.00, 0.51, 0.05, 0.22. Web safe color of #c661bd is #cc66cc. Color #c661bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100001 10111101
Octal 306 141 275
Decimal 198 97 189
Hex C6 61 BD

RGB Percentages of Color #c661bd

%40.91
%20.04
%39.05

CMYK Percentages of Color #c661bd

%0
%51
%5
%22

Triadic Colors of #c661bd

#c661bd #bdc661 #61bdc6

Analogous Colors of #c661bd

#c661bd #c6618b #9d61c6

Monochromatic Colors of #c661bd

#c661bd

Complementary Color

#c661bd #61c66a

#c661bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c661bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c661bd Color CSS Codes

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

#c661bd Text Font Color

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

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


#c661bd Background Color

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

This div background color is #c661bd


#c661bd Border Color

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

This div border color is #c661bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c661bd


Comments

No comments written yet.

Please login to write comment.