Color Hex Logo

#c3525c Color Hex

#C3525C
(195,82,92)
0 Favorites   0 Comments

Color spaces of #c3525c

RGB 1958292
HSL0.990.480.54
HSV355°58°76°
CMYK 0.000.580.53   0.24
XYZ27.454718.409412.2316
Yxy18.40940.47260.3169
Hunter Lab42.906239.132313.1321
CIE-Lab49.988946.083617.2717

#c3525c color RGB value is (195,82,92).

#c3525c hex color red value is 195, green value is 82 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c3525c hue: 0.99 , saturation: 0.48 and the lightness value of c3525c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 01011100
Octal 303 122 134
Decimal 195 82 92
Hex C3 52 5C

RGB Percentages of Color #c3525c

%52.85
%22.22
%24.93

CMYK Percentages of Color #c3525c

%0
%58
%53
%24

Triadic Colors of #c3525c

#c3525c #5cc352 #525cc3

Analogous Colors of #c3525c

#c3525c #c38152 #c35295

Monochromatic Colors of #c3525c

#c3525c

Complementary Color

#c3525c #52c3b9

#c3525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3525c Color CSS Codes

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

#c3525c Text Font Color

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

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


#c3525c Background Color

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

This div background color is #c3525c


#c3525c Border Color

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

This div border color is #c3525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3525c


Comments

No comments written yet.

Please login to write comment.