Color Hex Logo

#c4539a Color Hex

#C4539A
(196,83,154)
0 Favorites   0 Comments

Color spaces of #c4539a

RGB 19683154
HSL0.900.490.55
HSV322°58°77°
CMYK 0.000.580.21   0.23
XYZ31.690920.255432.8112
Yxy20.25540.37390.2390
Hunter Lab45.006046.9300-11.7206
CIE-Lab52.124853.0707-16.6297

#c4539a color RGB value is (196,83,154).

#c4539a hex color red value is 196, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c4539a hue: 0.90 , saturation: 0.49 and the lightness value of c4539a is 0.55.

The process color (four color CMYK) of #c4539a color hex is 0.00, 0.58, 0.21, 0.23. Web safe color of #c4539a is #cc6699. Color #c4539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 10011010
Octal 304 123 232
Decimal 196 83 154
Hex C4 53 9A

RGB Percentages of Color #c4539a

%45.27
%19.17
%35.57

CMYK Percentages of Color #c4539a

%0
%58
%21
%23

Triadic Colors of #c4539a

#c4539a #9ac453 #539ac4

Analogous Colors of #c4539a

#c4539a #c45362 #b653c4

Monochromatic Colors of #c4539a

#c4539a

Complementary Color

#c4539a #53c47d

#c4539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4539a Color CSS Codes

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

#c4539a Text Font Color

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

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


#c4539a Background Color

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

This div background color is #c4539a


#c4539a Border Color

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

This div border color is #c4539a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,83,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4539a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4539a;
  -webkit-box-shadow: 1px 1px 3px 2px #c4539a;
  box-shadow:         1px 1px 3px 2px #c4539a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,83,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4539a

#c4539a Color Palettes


Comments

No comments written yet.

Please login to write comment.