Color Hex Logo

#c27845 Color Hex

#C27845
(194,120,69)
0 Favorites   0 Comments

Color spaces of #c27845

RGB 19412069
HSL0.070.510.52
HSV24°64°76°
CMYK 0.000.380.64   0.24
XYZ30.038825.33198.9366
Yxy25.33190.46710.3939
Hunter Lab50.330818.454824.7042
CIE-Lab57.397424.211139.6310

#c27845 color RGB value is (194,120,69).

#c27845 hex color red value is 194, green value is 120 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c27845 hue: 0.07 , saturation: 0.51 and the lightness value of c27845 is 0.52.

The process color (four color CMYK) of #c27845 color hex is 0.00, 0.38, 0.64, 0.24. Web safe color of #c27845 is #cc6633. Color #c27845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 01000101
Octal 302 170 105
Decimal 194 120 69
Hex C2 78 45

RGB Percentages of Color #c27845

%50.65
%31.33
%18.02

CMYK Percentages of Color #c27845

%0
%38
%64
%24

Triadic Colors of #c27845

#c27845 #45c278 #7845c2

Analogous Colors of #c27845

#c27845 #c2b745 #c24550

Monochromatic Colors of #c27845

#c27845

Complementary Color

#c27845 #458fc2

#c27845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27845 Color CSS Codes

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

#c27845 Text Font Color

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

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


#c27845 Background Color

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

This div background color is #c27845


#c27845 Border Color

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

This div border color is #c27845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27845


Comments

No comments written yet.

Please login to write comment.