Color Hex Logo

#c5538b Color Hex

#C5538B
(197,83,139)
0 Favorites   0 Comments

Color spaces of #c5538b

RGB 19783139
HSL0.920.500.55
HSV331°58°77°
CMYK 0.000.580.29   0.23
XYZ30.779419.920926.6490
Yxy19.92090.39790.2575
Hunter Lab44.632844.9885-4.1574
CIE-Lab51.747751.3396-8.2974

#c5538b color RGB value is (197,83,139).

#c5538b hex color red value is 197, green value is 83 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c5538b hue: 0.92 , saturation: 0.50 and the lightness value of c5538b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 10001011
Octal 305 123 213
Decimal 197 83 139
Hex C5 53 8B

RGB Percentages of Color #c5538b

%47.02
%19.81
%33.17

CMYK Percentages of Color #c5538b

%0
%58
%29
%23

Triadic Colors of #c5538b

#c5538b #8bc553 #538bc5

Analogous Colors of #c5538b

#c5538b #c55453 #c553c4

Monochromatic Colors of #c5538b

#c5538b

Complementary Color

#c5538b #53c58d

#c5538b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5538b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5538b Color CSS Codes

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

#c5538b Text Font Color

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

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


#c5538b Background Color

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

This div background color is #c5538b


#c5538b Border Color

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

This div border color is #c5538b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5538b


Comments

No comments written yet.

Please login to write comment.