Color Hex Logo

#c53993 Color Hex

#C53993
(197,57,147)
0 Favorites   0 Comments

Color spaces of #c53993

RGB 19757147
HSL0.890.550.50
HSV321°71°77°
CMYK 0.000.710.25   0.23
XYZ29.755516.903229.2981
Yxy16.90320.39170.2225
Hunter Lab41.113557.2390-13.4715
CIE-Lab48.137863.0489-18.5364

#c53993 color RGB value is (197,57,147).

#c53993 hex color red value is 197, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c53993 hue: 0.89 , saturation: 0.55 and the lightness value of c53993 is 0.50.

The process color (four color CMYK) of #c53993 color hex is 0.00, 0.71, 0.25, 0.23. Web safe color of #c53993 is #cc3399. Color #c53993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111001 10010011
Octal 305 71 223
Decimal 197 57 147
Hex C5 39 93

RGB Percentages of Color #c53993

%49.13
%14.21
%36.66

CMYK Percentages of Color #c53993

%0
%71
%25
%23

Triadic Colors of #c53993

#c53993 #93c539 #3993c5

Analogous Colors of #c53993

#c53993 #c5394d #b139c5

Monochromatic Colors of #c53993

#c53993

Complementary Color

#c53993 #39c56b

#c53993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53993 Color CSS Codes

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

#c53993 Text Font Color

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

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


#c53993 Background Color

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

This div background color is #c53993


#c53993 Border Color

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

This div border color is #c53993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53993


Comments

No comments written yet.

Please login to write comment.