Color Hex Logo

#c53884 Color Hex

#C53884
(197,56,132)
0 Favorites   0 Comments

Color spaces of #c53884

RGB 19756132
HSL0.910.560.50
HSV328°72°77°
CMYK 0.000.720.33   0.23
XYZ28.605016.364623.4808
Yxy16.36460.41790.2391
Hunter Lab40.453255.4267-6.0973
CIE-Lab47.449261.5837-10.5402

#c53884 color RGB value is (197,56,132).

#c53884 hex color red value is 197, green value is 56 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c53884 hue: 0.91 , saturation: 0.56 and the lightness value of c53884 is 0.50.

The process color (four color CMYK) of #c53884 color hex is 0.00, 0.72, 0.33, 0.23. Web safe color of #c53884 is #cc3399. Color #c53884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 10000100
Octal 305 70 204
Decimal 197 56 132
Hex C5 38 84

RGB Percentages of Color #c53884

%51.17
%14.55
%34.29

CMYK Percentages of Color #c53884

%0
%72
%33
%23

Triadic Colors of #c53884

#c53884 #84c538 #3884c5

Analogous Colors of #c53884

#c53884 #c5383d #c038c5

Monochromatic Colors of #c53884

#c53884

Complementary Color

#c53884 #38c579

#c53884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53884 Color CSS Codes

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

#c53884 Text Font Color

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

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


#c53884 Background Color

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

This div background color is #c53884


#c53884 Border Color

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

This div border color is #c53884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53884


Comments

No comments written yet.

Please login to write comment.