Color Hex Logo

#c75245 Color Hex

#C75245
(199,82,69)
0 Favorites   0 Comments

Color spaces of #c75245

RGB 1998269
HSL0.020.540.53
HSV65°78°
CMYK 0.000.590.65   0.22
XYZ27.644718.60647.7646
Yxy18.60640.51180.3445
Hunter Lab43.135138.911619.5220
CIE-Lab50.223545.833331.2412

#c75245 color RGB value is (199,82,69).

#c75245 hex color red value is 199, green value is 82 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c75245 hue: 0.02 , saturation: 0.54 and the lightness value of c75245 is 0.53.

The process color (four color CMYK) of #c75245 color hex is 0.00, 0.59, 0.65, 0.22. Web safe color of #c75245 is #cc6633. Color #c75245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 01000101
Octal 307 122 105
Decimal 199 82 69
Hex C7 52 45

RGB Percentages of Color #c75245

%56.86
%23.43
%19.71

CMYK Percentages of Color #c75245

%0
%59
%65
%22

Triadic Colors of #c75245

#c75245 #45c752 #5245c7

Analogous Colors of #c75245

#c75245 #c79345 #c74579

Monochromatic Colors of #c75245

#c75245

Complementary Color

#c75245 #45bac7

#c75245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75245 Color CSS Codes

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

#c75245 Text Font Color

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

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


#c75245 Background Color

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

This div background color is #c75245


#c75245 Border Color

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

This div border color is #c75245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75245


Comments

No comments written yet.

Please login to write comment.