Color Hex Logo

#c573be Color Hex

#C573BE
(197,115,190)
0 Favorites   0 Comments

Color spaces of #c573be

RGB 197115190
HSL0.850.410.61
HSV305°42°77°
CMYK 0.000.420.04   0.23
XYZ38.451027.849552.0641
Yxy27.84950.32490.2353
Hunter Lab52.772637.7059-21.5531
CIE-Lab59.752543.2744-25.7872

#c573be color RGB value is (197,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110011 10111110
Octal 305 163 276
Decimal 197 115 190
Hex C5 73 BE

RGB Percentages of Color #c573be

%39.24
%22.91
%37.85

CMYK Percentages of Color #c573be

%0
%42
%4
%23

Triadic Colors of #c573be

#c573be #bec573 #73bec5

Analogous Colors of #c573be

#c573be #c57395 #a373c5

Monochromatic Colors of #c573be

#c573be

Complementary Color

#c573be #73c57a

#c573be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c573be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c573be Color CSS Codes

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

#c573be Text Font Color

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

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


#c573be Background Color

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

This div background color is #c573be


#c573be Border Color

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

This div border color is #c573be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c573be


Comments

No comments written yet.

Please login to write comment.