Color Hex Logo

#c2738d Color Hex

#C2738D
(194,115,141)
0 Favorites   0 Comments

Color spaces of #c2738d

RGB 194115141
HSL0.950.390.61
HSV340°41°76°
CMYK 0.000.410.27   0.24
XYZ33.186625.653928.4019
Yxy25.65390.38040.2941
Hunter Lab50.649728.31952.2078
CIE-Lab57.707134.3799-0.7075

#c2738d color RGB value is (194,115,141).

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

The process color (four color CMYK) of #c2738d color hex is 0.00, 0.41, 0.27, 0.24. Web safe color of #c2738d is #cc6699. Color #c2738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10001101
Octal 302 163 215
Decimal 194 115 141
Hex C2 73 8D

RGB Percentages of Color #c2738d

%43.11
%25.56
%31.33

CMYK Percentages of Color #c2738d

%0
%41
%27
%24

Triadic Colors of #c2738d

#c2738d #8dc273 #738dc2

Analogous Colors of #c2738d

#c2738d #c28173 #c273b5

Monochromatic Colors of #c2738d

#c2738d

Complementary Color

#c2738d #73c2a8

#c2738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2738d Color CSS Codes

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

#c2738d Text Font Color

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

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


#c2738d Background Color

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

This div background color is #c2738d


#c2738d Border Color

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

This div border color is #c2738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2738d


Comments

No comments written yet.

Please login to write comment.