Color Hex Logo

#c54099 Color Hex

#C54099
(197,64,153)
0 Favorites   0 Comments

Color spaces of #c54099

RGB 19764153
HSL0.890.530.51
HSV320°68°77°
CMYK 0.000.680.22   0.23
XYZ30.609117.837031.9666
Yxy17.83700.38070.2218
Hunter Lab42.233955.4590-15.3126
CIE-Lab49.297861.2649-20.3432

#c54099 color RGB value is (197,64,153).

#c54099 hex color red value is 197, green value is 64 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c54099 hue: 0.89 , saturation: 0.53 and the lightness value of c54099 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 10011001
Octal 305 100 231
Decimal 197 64 153
Hex C5 40 99

RGB Percentages of Color #c54099

%47.58
%15.46
%36.96

CMYK Percentages of Color #c54099

%0
%68
%22
%23

Triadic Colors of #c54099

#c54099 #99c540 #4099c5

Analogous Colors of #c54099

#c54099 #c54056 #af40c5

Monochromatic Colors of #c54099

#c54099

Complementary Color

#c54099 #40c56c

#c54099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54099 Color CSS Codes

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

#c54099 Text Font Color

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

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


#c54099 Background Color

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

This div background color is #c54099


#c54099 Border Color

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

This div border color is #c54099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,64,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 #c54099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54099


Comments

No comments written yet.

Please login to write comment.