Color Hex Logo

#c53390 Color Hex

#C53390
(197,51,144)
0 Favorites   0 Comments

Color spaces of #c53390

RGB 19751144
HSL0.890.590.49
HSV322°74°77°
CMYK 0.000.740.27   0.23
XYZ29.243816.251627.9811
Yxy16.25160.39800.2212
Hunter Lab40.313358.9381-12.9334
CIE-Lab47.302964.6905-18.0116

#c53390 color RGB value is (197,51,144).

#c53390 hex color red value is 197, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c53390 hue: 0.89 , saturation: 0.59 and the lightness value of c53390 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 10010000
Octal 305 63 220
Decimal 197 51 144
Hex C5 33 90

RGB Percentages of Color #c53390

%50.26
%13.01
%36.73

CMYK Percentages of Color #c53390

%0
%74
%27
%23

Triadic Colors of #c53390

#c53390 #90c533 #3390c5

Analogous Colors of #c53390

#c53390 #c53347 #b133c5

Monochromatic Colors of #c53390

#c53390

Complementary Color

#c53390 #33c568

#c53390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53390 Color CSS Codes

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

#c53390 Text Font Color

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

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


#c53390 Background Color

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

This div background color is #c53390


#c53390 Border Color

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

This div border color is #c53390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53390


Comments

No comments written yet.

Please login to write comment.