Color Hex Logo

#c7525f Color Hex

#C7525F
(199,82,95)
0 Favorites   0 Comments

Color spaces of #c7525f

RGB 1998295
HSL0.980.510.55
HSV353°59°78°
CMYK 0.000.590.52   0.22
XYZ28.636019.002912.9851
Yxy19.00290.47240.3135
Hunter Lab43.592340.970912.8536
CIE-Lab50.690647.733316.5392

#c7525f color RGB value is (199,82,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 01011111
Octal 307 122 137
Decimal 199 82 95
Hex C7 52 5F

RGB Percentages of Color #c7525f

%52.93
%21.81
%25.27

CMYK Percentages of Color #c7525f

%0
%59
%52
%22

Triadic Colors of #c7525f

#c7525f #5fc752 #525fc7

Analogous Colors of #c7525f

#c7525f #c78052 #c7529a

Monochromatic Colors of #c7525f

#c7525f

Complementary Color

#c7525f #52c7ba

#c7525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7525f Color CSS Codes

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

#c7525f Text Font Color

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

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


#c7525f Background Color

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

This div background color is #c7525f


#c7525f Border Color

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

This div border color is #c7525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7525f


Comments

No comments written yet.

Please login to write comment.