Color Hex Logo

#c27473 Color Hex

#C27473
(194,116,115)
0 Favorites   0 Comments

Color spaces of #c27473

RGB 194116115
HSL0.000.390.61
HSV41°76°
CMYK 0.000.400.41   0.24
XYZ31.588025.197919.4185
Yxy25.19790.41450.3307
Hunter Lab50.197524.479812.2024
CIE-Lab57.267730.527013.7470

#c27473 color RGB value is (194,116,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 01110011
Octal 302 164 163
Decimal 194 116 115
Hex C2 74 73

RGB Percentages of Color #c27473

%45.65
%27.29
%27.06

CMYK Percentages of Color #c27473

%0
%40
%41
%24

Triadic Colors of #c27473

#c27473 #73c274 #7473c2

Analogous Colors of #c27473

#c27473 #c29c73 #c2739a

Monochromatic Colors of #c27473

#c27473

Complementary Color

#c27473 #73c1c2

#c27473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27473 Color CSS Codes

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

#c27473 Text Font Color

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

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


#c27473 Background Color

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

This div background color is #c27473


#c27473 Border Color

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

This div border color is #c27473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27473


Comments

No comments written yet.

Please login to write comment.