Color Hex Logo

#c8325f Color Hex

#C8325F
(200,50,95)
0 Favorites   0 Comments

Color spaces of #c8325f

RGB 2005095
HSL0.950.600.49
HSV342°75°78°
CMYK 0.000.750.53   0.22
XYZ27.025615.386812.3720
Yxy15.38680.49330.2809
Hunter Lab39.226054.33598.7580
CIE-Lab46.159560.858910.3014

#c8325f color RGB value is (200,50,95).

#c8325f hex color red value is 200, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c8325f hue: 0.95 , saturation: 0.60 and the lightness value of c8325f is 0.49.

The process color (four color CMYK) of #c8325f color hex is 0.00, 0.75, 0.53, 0.22. Web safe color of #c8325f is #cc3366. Color #c8325f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110010 01011111
Octal 310 62 137
Decimal 200 50 95
Hex C8 32 5F

RGB Percentages of Color #c8325f

%57.97
%14.49
%27.54

CMYK Percentages of Color #c8325f

%0
%75
%53
%22

Triadic Colors of #c8325f

#c8325f #5fc832 #325fc8

Analogous Colors of #c8325f

#c8325f #c85032 #c832aa

Monochromatic Colors of #c8325f

#c8325f

Complementary Color

#c8325f #32c89b

#c8325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8325f Color CSS Codes

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

#c8325f Text Font Color

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

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


#c8325f Background Color

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

This div background color is #c8325f


#c8325f Border Color

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

This div border color is #c8325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8325f


Comments

No comments written yet.

Please login to write comment.