Color Hex Logo

#c5349f Color Hex

#C5349F
(197,52,159)
0 Favorites   0 Comments

Color spaces of #c5349f

RGB 19752159
HSL0.880.580.49
HSV316°74°77°
CMYK 0.000.740.19   0.23
XYZ30.512016.829534.4411
Yxy16.82950.37310.2058
Hunter Lab41.023860.9702-21.0597
CIE-Lab48.044566.3044-25.8491

#c5349f color RGB value is (197,52,159).

#c5349f hex color red value is 197, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c5349f hue: 0.88 , saturation: 0.58 and the lightness value of c5349f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110100 10011111
Octal 305 64 237
Decimal 197 52 159
Hex C5 34 9F

RGB Percentages of Color #c5349f

%48.28
%12.75
%38.97

CMYK Percentages of Color #c5349f

%0
%74
%19
%23

Triadic Colors of #c5349f

#c5349f #9fc534 #349fc5

Analogous Colors of #c5349f

#c5349f #c53457 #a334c5

Monochromatic Colors of #c5349f

#c5349f

Complementary Color

#c5349f #34c55a

#c5349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5349f Color CSS Codes

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

#c5349f Text Font Color

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

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


#c5349f Background Color

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

This div background color is #c5349f


#c5349f Border Color

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

This div border color is #c5349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5349f


Comments

No comments written yet.

Please login to write comment.