Color Hex Logo

#c2947a Color Hex

#C2947A
(194,148,122)
0 Favorites   0 Comments

Color spaces of #c2947a

RGB 194148122
HSL0.060.370.62
HSV22°37°76°
CMYK 0.000.240.37   0.24
XYZ36.350934.054323.0696
Yxy34.05430.38890.3643
Hunter Lab58.35619.067317.4104
CIE-Lab65.005613.772820.4337

#c2947a color RGB value is (194,148,122).

#c2947a hex color red value is 194, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c2947a hue: 0.06 , saturation: 0.37 and the lightness value of c2947a is 0.62.

The process color (four color CMYK) of #c2947a color hex is 0.00, 0.24, 0.37, 0.24. Web safe color of #c2947a is #cc9966. Color #c2947a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 01111010
Octal 302 224 172
Decimal 194 148 122
Hex C2 94 7A

RGB Percentages of Color #c2947a

%41.81
%31.90
%26.29

CMYK Percentages of Color #c2947a

%0
%24
%37
%24

Triadic Colors of #c2947a

#c2947a #7ac294 #947ac2

Analogous Colors of #c2947a

#c2947a #c2b87a #c27a84

Monochromatic Colors of #c2947a

#c2947a

Complementary Color

#c2947a #7aa8c2

#c2947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2947a Color CSS Codes

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

#c2947a Text Font Color

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

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


#c2947a Background Color

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

This div background color is #c2947a


#c2947a Border Color

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

This div border color is #c2947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2947a


Comments

No comments written yet.

Please login to write comment.