Color Hex Logo

#c575bd Color Hex

#C575BD
(197,117,189)
0 Favorites   0 Comments

Color spaces of #c575bd

RGB 197117189
HSL0.850.410.62
HSV306°41°77°
CMYK 0.000.410.04   0.23
XYZ38.572628.267051.5672
Yxy28.26700.32580.2387
Hunter Lab53.166736.4605-20.2896
CIE-Lab60.129242.0402-24.6386

#c575bd color RGB value is (197,117,189).

#c575bd hex color red value is 197, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c575bd hue: 0.85 , saturation: 0.41 and the lightness value of c575bd is 0.62.

The process color (four color CMYK) of #c575bd color hex is 0.00, 0.41, 0.04, 0.23. Web safe color of #c575bd is #cc66cc. Color #c575bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 10111101
Octal 305 165 275
Decimal 197 117 189
Hex C5 75 BD

RGB Percentages of Color #c575bd

%39.17
%23.26
%37.57

CMYK Percentages of Color #c575bd

%0
%41
%4
%23

Triadic Colors of #c575bd

#c575bd #bdc575 #75bdc5

Analogous Colors of #c575bd

#c575bd #c57595 #a575c5

Monochromatic Colors of #c575bd

#c575bd

Complementary Color

#c575bd #75c57d

#c575bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575bd Color CSS Codes

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

#c575bd Text Font Color

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

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


#c575bd Background Color

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

This div background color is #c575bd


#c575bd Border Color

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

This div border color is #c575bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575bd


Comments

No comments written yet.

Please login to write comment.