Color Hex Logo

#c5149e Color Hex

#C5149E
(197,20,158)
0 Favorites   0 Comments

Color spaces of #c5149e

RGB 19720158
HSL0.870.820.43
HSV313°90°77°
CMYK 0.000.900.20   0.23
XYZ29.447714.839333.6599
Yxy14.83930.37780.1904
Hunter Lab38.521869.0398-24.8416
CIE-Lab45.413373.6179-29.3474

#c5149e color RGB value is (197,20,158).

#c5149e hex color red value is 197, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5149e hue: 0.87 , saturation: 0.82 and the lightness value of c5149e is 0.43.

The process color (four color CMYK) of #c5149e color hex is 0.00, 0.90, 0.20, 0.23. Web safe color of #c5149e is #cc0099. Color #c5149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 10011110
Octal 305 24 236
Decimal 197 20 158
Hex C5 14 9E

RGB Percentages of Color #c5149e

%52.53
%5.33
%42.13

CMYK Percentages of Color #c5149e

%0
%90
%20
%23

Triadic Colors of #c5149e

#c5149e #9ec514 #149ec5

Analogous Colors of #c5149e

#c5149e #c51446 #9414c5

Monochromatic Colors of #c5149e

#c5149e

Complementary Color

#c5149e #14c53b

#c5149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5149e Color CSS Codes

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

#c5149e Text Font Color

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

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


#c5149e Background Color

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

This div background color is #c5149e


#c5149e Border Color

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

This div border color is #c5149e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,20,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 #c5149e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5149e


Comments

No comments written yet.

Please login to write comment.