Color Hex Logo

#c5509e Color Hex

#C5509E
(197,80,158)
0 Favorites   0 Comments

Color spaces of #c5509e

RGB 19780158
HSL0.890.500.54
HSV320°59°77°
CMYK 0.000.590.20   0.23
XYZ32.066220.076334.5328
Yxy20.07630.37000.2316
Hunter Lab44.806649.3335-14.3307
CIE-Lab51.923455.3020-19.2822

#c5509e color RGB value is (197,80,158).

#c5509e hex color red value is 197, green value is 80 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5509e hue: 0.89 , saturation: 0.50 and the lightness value of c5509e is 0.54.

The process color (four color CMYK) of #c5509e color hex is 0.00, 0.59, 0.20, 0.23. Web safe color of #c5509e is #cc6699. Color #c5509e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 10011110
Octal 305 120 236
Decimal 197 80 158
Hex C5 50 9E

RGB Percentages of Color #c5509e

%45.29
%18.39
%36.32

CMYK Percentages of Color #c5509e

%0
%59
%20
%23

Triadic Colors of #c5509e

#c5509e #9ec550 #509ec5

Analogous Colors of #c5509e

#c5509e #c55064 #b250c5

Monochromatic Colors of #c5509e

#c5509e

Complementary Color

#c5509e #50c577

#c5509e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5509e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5509e Color CSS Codes

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

#c5509e Text Font Color

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

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


#c5509e Background Color

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

This div background color is #c5509e


#c5509e Border Color

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

This div border color is #c5509e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5509e


Comments

No comments written yet.

Please login to write comment.