Color Hex Logo

#c25579 Color Hex

#C25579
(194,85,121)
0 Favorites   0 Comments

Color spaces of #c25579

RGB 19485121
HSL0.940.470.55
HSV340°56°76°
CMYK 0.000.560.38   0.24
XYZ28.947819.346820.2977
Yxy19.34680.42200.2821
Hunter Lab43.985040.50233.4290
CIE-Lab51.090547.22181.4226

#c25579 color RGB value is (194,85,121).

#c25579 hex color red value is 194, green value is 85 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c25579 hue: 0.94 , saturation: 0.47 and the lightness value of c25579 is 0.55.

The process color (four color CMYK) of #c25579 color hex is 0.00, 0.56, 0.38, 0.24. Web safe color of #c25579 is #cc6666. Color #c25579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 01111001
Octal 302 125 171
Decimal 194 85 121
Hex C2 55 79

RGB Percentages of Color #c25579

%48.50
%21.25
%30.25

CMYK Percentages of Color #c25579

%0
%56
%38
%24

Triadic Colors of #c25579

#c25579 #79c255 #5579c2

Analogous Colors of #c25579

#c25579 #c26855 #c255b0

Monochromatic Colors of #c25579

#c25579

Complementary Color

#c25579 #55c29e

#c25579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25579 Color CSS Codes

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

#c25579 Text Font Color

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

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


#c25579 Background Color

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

This div background color is #c25579


#c25579 Border Color

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

This div border color is #c25579


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,85,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25579


Comments

No comments written yet.

Please login to write comment.