Color Hex Logo

#c25160 Color Hex

#C25160
(194,81,96)
0 Favorites   0 Comments

Color spaces of #c25160

RGB 1948196
HSL0.980.480.54
HSV352°58°76°
CMYK 0.000.580.51   0.24
XYZ27.301918.198713.1401
Yxy18.19870.46560.3103
Hunter Lab42.659939.583211.5995
CIE-Lab49.736246.558614.5036

#c25160 color RGB value is (194,81,96).

#c25160 hex color red value is 194, green value is 81 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c25160 hue: 0.98 , saturation: 0.48 and the lightness value of c25160 is 0.54.

The process color (four color CMYK) of #c25160 color hex is 0.00, 0.58, 0.51, 0.24. Web safe color of #c25160 is #cc6666. Color #c25160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010001 01100000
Octal 302 121 140
Decimal 194 81 96
Hex C2 51 60

RGB Percentages of Color #c25160

%52.29
%21.83
%25.88

CMYK Percentages of Color #c25160

%0
%58
%51
%24

Triadic Colors of #c25160

#c25160 #60c251 #5160c2

Analogous Colors of #c25160

#c25160 #c27b51 #c25199

Monochromatic Colors of #c25160

#c25160

Complementary Color

#c25160 #51c2b3

#c25160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25160 Color CSS Codes

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

#c25160 Text Font Color

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

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


#c25160 Background Color

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

This div background color is #c25160


#c25160 Border Color

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

This div border color is #c25160


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,81,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 #c25160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25160


Comments

No comments written yet.

Please login to write comment.