Color Hex Logo

#c57581 Color Hex

#C57581
(197,117,129)
0 Favorites   0 Comments

Color spaces of #c57581

RGB 197117129
HSL0.980.410.62
HSV351°41°77°
CMYK 0.000.410.35   0.23
XYZ33.349726.177924.0640
Yxy26.17790.39900.3132
Hunter Lab51.164326.81147.9293
CIE-Lab58.205532.80727.0203

#c57581 color RGB value is (197,117,129).

#c57581 hex color red value is 197, green value is 117 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c57581 hue: 0.98 , saturation: 0.41 and the lightness value of c57581 is 0.62.

The process color (four color CMYK) of #c57581 color hex is 0.00, 0.41, 0.35, 0.23. Web safe color of #c57581 is #cc6699. Color #c57581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 10000001
Octal 305 165 201
Decimal 197 117 129
Hex C5 75 81

RGB Percentages of Color #c57581

%44.47
%26.41
%29.12

CMYK Percentages of Color #c57581

%0
%41
%35
%23

Triadic Colors of #c57581

#c57581 #81c575 #7581c5

Analogous Colors of #c57581

#c57581 #c59175 #c575a9

Monochromatic Colors of #c57581

#c57581

Complementary Color

#c57581 #75c5b9

#c57581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57581 Color CSS Codes

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

#c57581 Text Font Color

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

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


#c57581 Background Color

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

This div background color is #c57581


#c57581 Border Color

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

This div border color is #c57581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57581


Comments

No comments written yet.

Please login to write comment.