Color Hex Logo

#c659bd Color Hex

#C659BD
(198,89,189)
0 Favorites   0 Comments

Color spaces of #c659bd

RGB 19889189
HSL0.850.490.56
HSV305°55°78°
CMYK 0.000.550.05   0.22
XYZ36.046422.824650.6499
Yxy22.82460.32910.2084
Hunter Lab47.775151.0722-29.4151
CIE-Lab54.891256.3533-32.7397

#c659bd color RGB value is (198,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011001 10111101
Octal 306 131 275
Decimal 198 89 189
Hex C6 59 BD

RGB Percentages of Color #c659bd

%41.60
%18.70
%39.71

CMYK Percentages of Color #c659bd

%0
%55
%5
%22

Triadic Colors of #c659bd

#c659bd #bdc659 #59bdc6

Analogous Colors of #c659bd

#c659bd #c65987 #9959c6

Monochromatic Colors of #c659bd

#c659bd

Complementary Color

#c659bd #59c662

#c659bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c659bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c659bd Color CSS Codes

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

#c659bd Text Font Color

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

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


#c659bd Background Color

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

This div background color is #c659bd


#c659bd Border Color

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

This div border color is #c659bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c659bd


Comments

No comments written yet.

Please login to write comment.