Color Hex Logo

#c575ba Color Hex

#C575BA
(197,117,186)
0 Favorites   0 Comments

Color spaces of #c575ba

RGB 197117186
HSL0.860.410.62
HSV308°41°77°
CMYK 0.000.410.06   0.23
XYZ38.250228.138149.8696
Yxy28.13810.32900.2420
Hunter Lab53.045435.8843-18.6086
CIE-Lab60.013341.5055-23.1086

#c575ba color RGB value is (197,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 10111010
Octal 305 165 272
Decimal 197 117 186
Hex C5 75 BA

RGB Percentages of Color #c575ba

%39.40
%23.40
%37.20

CMYK Percentages of Color #c575ba

%0
%41
%6
%23

Triadic Colors of #c575ba

#c575ba #bac575 #75bac5

Analogous Colors of #c575ba

#c575ba #c57592 #a875c5

Monochromatic Colors of #c575ba

#c575ba

Complementary Color

#c575ba #75c580

#c575ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575ba Color CSS Codes

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

#c575ba Text Font Color

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

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


#c575ba Background Color

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

This div background color is #c575ba


#c575ba Border Color

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

This div border color is #c575ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,117,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575ba


Comments

No comments written yet.

Please login to write comment.