Color Hex Logo

#c54484 Color Hex

#C54484
(197,68,132)
0 Favorites   0 Comments

Color spaces of #c54484

RGB 19768132
HSL0.920.530.52
HSV330°65°77°
CMYK 0.000.650.33   0.23
XYZ29.257917.670523.6985
Yxy17.67050.41430.2502
Hunter Lab42.036350.6752-4.0001
CIE-Lab49.094057.0244-8.0739

#c54484 color RGB value is (197,68,132).

#c54484 hex color red value is 197, green value is 68 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c54484 hue: 0.92 , saturation: 0.53 and the lightness value of c54484 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 10000100
Octal 305 104 204
Decimal 197 68 132
Hex C5 44 84

RGB Percentages of Color #c54484

%49.62
%17.13
%33.25

CMYK Percentages of Color #c54484

%0
%65
%33
%23

Triadic Colors of #c54484

#c54484 #84c544 #4484c5

Analogous Colors of #c54484

#c54484 #c54544 #c544c5

Monochromatic Colors of #c54484

#c54484

Complementary Color

#c54484 #44c585

#c54484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54484 Color CSS Codes

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

#c54484 Text Font Color

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

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


#c54484 Background Color

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

This div background color is #c54484


#c54484 Border Color

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

This div border color is #c54484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54484


Comments

No comments written yet.

Please login to write comment.