Color Hex Logo

#c95260 Color Hex

#C95260
(201,82,96)
0 Favorites   0 Comments

Color spaces of #c95260

RGB 2018296
HSL0.980.520.55
HSV353°59°79°
CMYK 0.000.590.52   0.21
XYZ29.216019.296613.2511
Yxy19.29660.47300.3124
Hunter Lab43.927941.844712.8644
CIE-Lab51.032448.507816.4609

#c95260 color RGB value is (201,82,96).

#c95260 hex color red value is 201, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c95260 hue: 0.98 , saturation: 0.52 and the lightness value of c95260 is 0.55.

The process color (four color CMYK) of #c95260 color hex is 0.00, 0.59, 0.52, 0.21. Web safe color of #c95260 is #cc6666. Color #c95260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 01100000
Octal 311 122 140
Decimal 201 82 96
Hex C9 52 60

RGB Percentages of Color #c95260

%53.03
%21.64
%25.33

CMYK Percentages of Color #c95260

%0
%59
%52
%21

Triadic Colors of #c95260

#c95260 #60c952 #5260c9

Analogous Colors of #c95260

#c95260 #c98052 #c9529c

Monochromatic Colors of #c95260

#c95260

Complementary Color

#c95260 #52c9bb

#c95260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95260 Color CSS Codes

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

#c95260 Text Font Color

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

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


#c95260 Background Color

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

This div background color is #c95260


#c95260 Border Color

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

This div border color is #c95260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,82,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95260;
  -webkit-box-shadow: 1px 1px 3px 2px #c95260;
  box-shadow:         1px 1px 3px 2px #c95260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,82,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95260


Comments

No comments written yet.

Please login to write comment.