Color Hex Logo

#c54583 Color Hex

#C54583
(197,69,131)
0 Favorites   0 Comments

Color spaces of #c54583

RGB 19769131
HSL0.920.520.52
HSV331°65°77°
CMYK 0.000.650.34   0.23
XYZ29.250817.765323.3601
Yxy17.76530.41560.2524
Hunter Lab42.148950.1161-3.3559
CIE-Lab49.210256.4962-7.2982

#c54583 color RGB value is (197,69,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 10000011
Octal 305 105 203
Decimal 197 69 131
Hex C5 45 83

RGB Percentages of Color #c54583

%49.62
%17.38
%33.00

CMYK Percentages of Color #c54583

%0
%65
%34
%23

Triadic Colors of #c54583

#c54583 #83c545 #4583c5

Analogous Colors of #c54583

#c54583 #c54745 #c545c3

Monochromatic Colors of #c54583

#c54583

Complementary Color

#c54583 #45c587

#c54583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54583 Color CSS Codes

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

#c54583 Text Font Color

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

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


#c54583 Background Color

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

This div background color is #c54583


#c54583 Border Color

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

This div border color is #c54583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54583


Comments

No comments written yet.

Please login to write comment.