color codes Logo

#c5148f color codes

#C5148F
(197,20,143)
0 Favorites   0 Comments

Color spaces of #c5148f

RGB 19720143
HSL0.880.820.43
HSV318°90°77°
CMYK 0.000.900.27   0.23
XYZ28.234014.353827.2691
Yxy14.35380.40420.2055
Hunter Lab37.886466.7219-16.1540
CIE-Lab44.736171.8233-21.3492

#c5148f color RGB value is (197,20,143).

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

The process color (four color CMYK) of #c5148f color code is 0.00, 0.90, 0.27, 0.23. Web safe color of #c5148f is #cc0099. Color #c5148f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 10001111
Octal 305 24 217
Decimal 197 20 143
Hex C5 14 8F

RGB Percentages of Color #c5148f

%54.72
%5.56
%39.72

CMYK Percentages of Color #c5148f

%0
%90
%27
%23

Triadic Colors of #c5148f

#c5148f #8fc514 #148fc5

Analogous Colors of #c5148f

#c5148f #c51437 #a314c5

Monochromatic Colors of #c5148f

#c5148f

Complementary Color

#c5148f #14c54a

#c5148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5148f Color CSS Codes

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

#c5148f Text Font Color

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

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


#c5148f Background Color

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

This div background color is #c5148f


#c5148f Border Color

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

This div border color is #c5148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5148f


Comments

No comments written yet.

Please login to write comment.