Color Hex Logo

#c27874 Color Hex

#C27874
(194,120,116)
0 Favorites   0 Comments

Color spaces of #c27874

RGB 194120116
HSL0.010.390.61
HSV40°76°
CMYK 0.000.380.40   0.24
XYZ32.117026.163219.8803
Yxy26.16320.41090.3347
Hunter Lab51.150022.567412.7609
CIE-Lab58.191628.467314.4545

#c27874 color RGB value is (194,120,116).

#c27874 hex color red value is 194, green value is 120 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c27874 hue: 0.01 , saturation: 0.39 and the lightness value of c27874 is 0.61.

The process color (four color CMYK) of #c27874 color hex is 0.00, 0.38, 0.40, 0.24. Web safe color of #c27874 is #cc6666. Color #c27874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 01110100
Octal 302 170 164
Decimal 194 120 116
Hex C2 78 74

RGB Percentages of Color #c27874

%45.12
%27.91
%26.98

CMYK Percentages of Color #c27874

%0
%38
%40
%24

Triadic Colors of #c27874

#c27874 #74c278 #7874c2

Analogous Colors of #c27874

#c27874 #c29f74 #c27497

Monochromatic Colors of #c27874

#c27874

Complementary Color

#c27874 #74bec2

#c27874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27874 Color CSS Codes

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

#c27874 Text Font Color

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

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


#c27874 Background Color

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

This div background color is #c27874


#c27874 Border Color

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

This div border color is #c27874


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,120,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27874


Comments

No comments written yet.

Please login to write comment.