Color Hex Logo

#c5459a Color Hex

#C5459A
(197,69,154)
0 Favorites   0 Comments

Color spaces of #c5459a

RGB 19769154
HSL0.890.520.52
HSV320°65°77°
CMYK 0.000.650.22   0.23
XYZ30.986818.459732.5017
Yxy18.45970.37810.2253
Hunter Lab42.964853.5485-14.7760
CIE-Lab50.049059.4310-19.7857

#c5459a color RGB value is (197,69,154).

#c5459a hex color red value is 197, green value is 69 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c5459a hue: 0.89 , saturation: 0.52 and the lightness value of c5459a is 0.52.

The process color (four color CMYK) of #c5459a color hex is 0.00, 0.65, 0.22, 0.23. Web safe color of #c5459a is #cc3399. Color #c5459a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 10011010
Octal 305 105 232
Decimal 197 69 154
Hex C5 45 9A

RGB Percentages of Color #c5459a

%46.90
%16.43
%36.67

CMYK Percentages of Color #c5459a

%0
%65
%22
%23

Triadic Colors of #c5459a

#c5459a #9ac545 #459ac5

Analogous Colors of #c5459a

#c5459a #c5455a #b045c5

Monochromatic Colors of #c5459a

#c5459a

Complementary Color

#c5459a #45c570

#c5459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5459a Color CSS Codes

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

#c5459a Text Font Color

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

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


#c5459a Background Color

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

This div background color is #c5459a


#c5459a Border Color

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

This div border color is #c5459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5459a


Comments

No comments written yet.

Please login to write comment.