Color Hex Logo

#c5279e Color Hex

#C5279E
(197,39,158)
0 Favorites   0 Comments

Color spaces of #c5279e

RGB 19739158
HSL0.870.670.46
HSV315°80°77°
CMYK 0.000.800.20   0.23
XYZ29.923015.790033.8184
Yxy15.79000.37620.1985
Hunter Lab39.736664.8773-22.6439
CIE-Lab46.697869.8920-27.3448

#c5279e color RGB value is (197,39,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 10011110
Octal 305 47 236
Decimal 197 39 158
Hex C5 27 9E

RGB Percentages of Color #c5279e

%50.00
%9.90
%40.10

CMYK Percentages of Color #c5279e

%0
%80
%20
%23

Triadic Colors of #c5279e

#c5279e #9ec527 #279ec5

Analogous Colors of #c5279e

#c5279e #c5274f #9d27c5

Monochromatic Colors of #c5279e

#c5279e

Complementary Color

#c5279e #27c54e

#c5279e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5279e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5279e Color CSS Codes

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

#c5279e Text Font Color

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

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


#c5279e Background Color

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

This div background color is #c5279e


#c5279e Border Color

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

This div border color is #c5279e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5279e


Comments

No comments written yet.

Please login to write comment.