Color Hex Logo

#c5278f Color Hex

#C5278F
(197,39,143)
0 Favorites   0 Comments

Color spaces of #c5278f

RGB 19739143
HSL0.890.670.46
HSV321°80°77°
CMYK 0.000.800.27   0.23
XYZ28.709415.304527.4275
Yxy15.30450.40190.2142
Hunter Lab39.121062.5327-14.1832
CIE-Lab46.048568.0286-19.3302

#c5278f color RGB value is (197,39,143).

#c5278f hex color red value is 197, green value is 39 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c5278f hue: 0.89 , saturation: 0.67 and the lightness value of c5278f is 0.46.

The process color (four color CMYK) of #c5278f color hex is 0.00, 0.80, 0.27, 0.23. Web safe color of #c5278f is #cc3399. Color #c5278f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 10001111
Octal 305 47 217
Decimal 197 39 143
Hex C5 27 8F

RGB Percentages of Color #c5278f

%51.98
%10.29
%37.73

CMYK Percentages of Color #c5278f

%0
%80
%27
%23

Triadic Colors of #c5278f

#c5278f #8fc527 #278fc5

Analogous Colors of #c5278f

#c5278f #c52740 #ac27c5

Monochromatic Colors of #c5278f

#c5278f

Complementary Color

#c5278f #27c55d

#c5278f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5278f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5278f Color CSS Codes

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

#c5278f Text Font Color

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

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


#c5278f Background Color

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

This div background color is #c5278f


#c5278f Border Color

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

This div border color is #c5278f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5278f


Comments

No comments written yet.

Please login to write comment.