Color Hex Logo

#c5485d Color Hex

#C5485D
(197,72,93)
0 Favorites   0 Comments

Color spaces of #c5485d

RGB 1977293
HSL0.970.520.53
HSV350°63°77°
CMYK 0.000.630.53   0.23
XYZ27.319117.295412.2544
Yxy17.29540.48040.3041
Hunter Lab41.587744.478611.6408
CIE-Lab48.630151.395714.8690

#c5485d color RGB value is (197,72,93).

#c5485d hex color red value is 197, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c5485d hue: 0.97 , saturation: 0.52 and the lightness value of c5485d is 0.53.

The process color (four color CMYK) of #c5485d color hex is 0.00, 0.63, 0.53, 0.23. Web safe color of #c5485d is #cc3366. Color #c5485d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 01011101
Octal 305 110 135
Decimal 197 72 93
Hex C5 48 5D

RGB Percentages of Color #c5485d

%54.42
%19.89
%25.69

CMYK Percentages of Color #c5485d

%0
%63
%53
%23

Triadic Colors of #c5485d

#c5485d #5dc548 #485dc5

Analogous Colors of #c5485d

#c5485d #c57248 #c5489c

Monochromatic Colors of #c5485d

#c5485d

Complementary Color

#c5485d #48c5b0

#c5485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5485d Color CSS Codes

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

#c5485d Text Font Color

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

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


#c5485d Background Color

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

This div background color is #c5485d


#c5485d Border Color

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

This div border color is #c5485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5485d


Comments

No comments written yet.

Please login to write comment.