Color Hex Logo

#c53894 Color Hex

#C53894
(197,56,148)
0 Favorites   0 Comments

Color spaces of #c53894

RGB 19756148
HSL0.890.560.50
HSV321°72°77°
CMYK 0.000.720.25   0.23
XYZ29.785416.836829.6969
Yxy16.83680.39030.2206
Hunter Lab41.032757.7650-14.1876
CIE-Lab48.053763.5250-19.2646

#c53894 color RGB value is (197,56,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 10010100
Octal 305 70 224
Decimal 197 56 148
Hex C5 38 94

RGB Percentages of Color #c53894

%49.13
%13.97
%36.91

CMYK Percentages of Color #c53894

%0
%72
%25
%23

Triadic Colors of #c53894

#c53894 #94c538 #3894c5

Analogous Colors of #c53894

#c53894 #c5384d #b038c5

Monochromatic Colors of #c53894

#c53894

Complementary Color

#c53894 #38c569

#c53894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53894 Color CSS Codes

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

#c53894 Text Font Color

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

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


#c53894 Background Color

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

This div background color is #c53894


#c53894 Border Color

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

This div border color is #c53894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53894


Comments

No comments written yet.

Please login to write comment.