Color Hex Logo

#c657bd Color Hex

#C657BD
(198,87,189)
0 Favorites   0 Comments

Color spaces of #c657bd

RGB 19887189
HSL0.850.490.56
HSV305°56°78°
CMYK 0.000.560.05   0.22
XYZ35.882222.496350.5951
Yxy22.49630.32930.2064
Hunter Lab47.430352.0368-30.0450
CIE-Lab54.549757.2750-33.2726

#c657bd color RGB value is (198,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010111 10111101
Octal 306 127 275
Decimal 198 87 189
Hex C6 57 BD

RGB Percentages of Color #c657bd

%41.77
%18.35
%39.87

CMYK Percentages of Color #c657bd

%0
%56
%5
%22

Triadic Colors of #c657bd

#c657bd #bdc657 #57bdc6

Analogous Colors of #c657bd

#c657bd #c65786 #9857c6

Monochromatic Colors of #c657bd

#c657bd

Complementary Color

#c657bd #57c660

#c657bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c657bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c657bd Color CSS Codes

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

#c657bd Text Font Color

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

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


#c657bd Background Color

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

This div background color is #c657bd


#c657bd Border Color

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

This div border color is #c657bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c657bd


Comments

No comments written yet.

Please login to write comment.