Color Hex Logo

#c5458a Color Hex

#C5458A
(197,69,138)
0 Favorites   0 Comments

Color spaces of #c5458a

RGB 19769138
HSL0.910.520.52
HSV328°65°77°
CMYK 0.000.650.30   0.23
XYZ29.741517.961525.9441
Yxy17.96150.40380.2439
Hunter Lab42.381051.0982-6.6285
CIE-Lab49.449457.3424-11.1471

#c5458a color RGB value is (197,69,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 10001010
Octal 305 105 212
Decimal 197 69 138
Hex C5 45 8A

RGB Percentages of Color #c5458a

%48.76
%17.08
%34.16

CMYK Percentages of Color #c5458a

%0
%65
%30
%23

Triadic Colors of #c5458a

#c5458a #8ac545 #458ac5

Analogous Colors of #c5458a

#c5458a #c5454a #c045c5

Monochromatic Colors of #c5458a

#c5458a

Complementary Color

#c5458a #45c580

#c5458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5458a Color CSS Codes

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

#c5458a Text Font Color

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

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


#c5458a Background Color

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

This div background color is #c5458a


#c5458a Border Color

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

This div border color is #c5458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5458a


Comments

No comments written yet.

Please login to write comment.