Color Hex Logo

#c58293 Color Hex

#C58293
(197,130,147)
0 Favorites   0 Comments

Color spaces of #c58293

RGB 197130147
HSL0.960.370.64
HSV345°34°77°
CMYK 0.000.340.25   0.23
XYZ36.275029.942231.4713
Yxy29.94220.37130.3065
Hunter Lab54.719522.57344.2036
CIE-Lab61.604328.18091.5650

#c58293 color RGB value is (197,130,147).

#c58293 hex color red value is 197, green value is 130 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c58293 hue: 0.96 , saturation: 0.37 and the lightness value of c58293 is 0.64.

The process color (four color CMYK) of #c58293 color hex is 0.00, 0.34, 0.25, 0.23. Web safe color of #c58293 is #cc9999. Color #c58293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 10010011
Octal 305 202 223
Decimal 197 130 147
Hex C5 82 93

RGB Percentages of Color #c58293

%41.56
%27.43
%31.01

CMYK Percentages of Color #c58293

%0
%34
%25
%23

Triadic Colors of #c58293

#c58293 #93c582 #8293c5

Analogous Colors of #c58293

#c58293 #c59382 #c582b5

Monochromatic Colors of #c58293

#c58293

Complementary Color

#c58293 #82c5b4

#c58293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58293 Color CSS Codes

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

#c58293 Text Font Color

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

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


#c58293 Background Color

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

This div background color is #c58293


#c58293 Border Color

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

This div border color is #c58293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58293


Comments

No comments written yet.

Please login to write comment.