Color Hex Logo

#c53299 Color Hex

#C53299
(197,50,153)
0 Favorites   0 Comments

Color spaces of #c53299

RGB 19750153
HSL0.880.600.48
HSV318°75°77°
CMYK 0.000.750.22   0.23
XYZ29.916316.451431.7357
Yxy16.45140.38300.2106
Hunter Lab40.560360.6766-17.9982
CIE-Lab47.561266.1447-23.0165

#c53299 color RGB value is (197,50,153).

#c53299 hex color red value is 197, green value is 50 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c53299 hue: 0.88 , saturation: 0.60 and the lightness value of c53299 is 0.48.

The process color (four color CMYK) of #c53299 color hex is 0.00, 0.75, 0.22, 0.23. Web safe color of #c53299 is #cc3399. Color #c53299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 10011001
Octal 305 62 231
Decimal 197 50 153
Hex C5 32 99

RGB Percentages of Color #c53299

%49.25
%12.50
%38.25

CMYK Percentages of Color #c53299

%0
%75
%22
%23

Triadic Colors of #c53299

#c53299 #99c532 #3299c5

Analogous Colors of #c53299

#c53299 #c5324f #a832c5

Monochromatic Colors of #c53299

#c53299

Complementary Color

#c53299 #32c55e

#c53299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53299 Color CSS Codes

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

#c53299 Text Font Color

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

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


#c53299 Background Color

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

This div background color is #c53299


#c53299 Border Color

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

This div border color is #c53299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53299


Comments

No comments written yet.

Please login to write comment.