Color Hex Logo

#c5277a Color Hex

#C5277A
(197,39,122)
0 Favorites   0 Comments

Color spaces of #c5277a

RGB 19739122
HSL0.910.670.46
HSV328°80°77°
CMYK 0.000.800.38   0.23
XYZ27.264314.726519.8179
Yxy14.72650.44110.2383
Hunter Lab38.375159.6621-3.7563
CIE-Lab45.257365.7128-7.7273

#c5277a color RGB value is (197,39,122).

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

The process color (four color CMYK) of #c5277a color hex is 0.00, 0.80, 0.38, 0.23. Web safe color of #c5277a is #cc3366. Color #c5277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 01111010
Octal 305 47 172
Decimal 197 39 122
Hex C5 27 7A

RGB Percentages of Color #c5277a

%55.03
%10.89
%34.08

CMYK Percentages of Color #c5277a

%0
%80
%38
%23

Triadic Colors of #c5277a

#c5277a #7ac527 #277ac5

Analogous Colors of #c5277a

#c5277a #c5272b #c127c5

Monochromatic Colors of #c5277a

#c5277a

Complementary Color

#c5277a #27c572

#c5277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5277a Color CSS Codes

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

#c5277a Text Font Color

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

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


#c5277a Background Color

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

This div background color is #c5277a


#c5277a Border Color

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

This div border color is #c5277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5277a


Comments

No comments written yet.

Please login to write comment.