Color Hex Logo

#c5279f Color Hex

#C5279F
(197,39,159)
0 Favorites   0 Comments

Color spaces of #c5279f

RGB 19739159
HSL0.870.670.46
HSV314°80°77°
CMYK 0.000.800.19   0.23
XYZ30.009515.824634.2737
Yxy15.82460.37460.1975
Hunter Lab39.780165.0423-23.2369
CIE-Lab46.743570.0222-27.8710

#c5279f color RGB value is (197,39,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 10011111
Octal 305 47 237
Decimal 197 39 159
Hex C5 27 9F

RGB Percentages of Color #c5279f

%49.87
%9.87
%40.25

CMYK Percentages of Color #c5279f

%0
%80
%19
%23

Triadic Colors of #c5279f

#c5279f #9fc527 #279fc5

Analogous Colors of #c5279f

#c5279f #c52750 #9c27c5

Monochromatic Colors of #c5279f

#c5279f

Complementary Color

#c5279f #27c54d

#c5279f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5279f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5279f Color CSS Codes

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

#c5279f Text Font Color

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

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


#c5279f Background Color

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

This div background color is #c5279f


#c5279f Border Color

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

This div border color is #c5279f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5279f


Comments

No comments written yet.

Please login to write comment.