Color Hex Logo

#c575cb Color Hex

#C575CB
(197,117,203)
0 Favorites   0 Comments

Color spaces of #c575cb

RGB 197117203
HSL0.820.450.63
HSV296°42°80°
CMYK 0.030.420.00   0.20
XYZ40.166728.904759.9621
Yxy28.90470.31130.2240
Hunter Lab53.763139.2729-28.4921
CIE-Lab60.697444.6218-31.6970

#c575cb color RGB value is (197,117,203).

#c575cb hex color red value is 197, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c575cb hue: 0.82 , saturation: 0.45 and the lightness value of c575cb is 0.63.

The process color (four color CMYK) of #c575cb color hex is 0.03, 0.42, 0.00, 0.20. Web safe color of #c575cb is #cc66cc. Color #c575cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 11001011
Octal 305 165 313
Decimal 197 117 203
Hex C5 75 CB

RGB Percentages of Color #c575cb

%38.10
%22.63
%39.26

CMYK Percentages of Color #c575cb

%3
%42
%0
%20

Triadic Colors of #c575cb

#c575cb #cbc575 #75cbc5

Analogous Colors of #c575cb

#c575cb #cb75a6 #9a75cb

Monochromatic Colors of #c575cb

#c575cb

Complementary Color

#c575cb #7bcb75

#c575cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575cb Color CSS Codes

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

#c575cb Text Font Color

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

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


#c575cb Background Color

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

This div background color is #c575cb


#c575cb Border Color

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

This div border color is #c575cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575cb


Comments

No comments written yet.

Please login to write comment.