Color Hex Logo

#c4939d Color Hex

#C4939D
(196,147,157)
0 Favorites   0 Comments

Color spaces of #c4939d

RGB 196147157
HSL0.970.290.67
HSV348°25°77°
CMYK 0.000.250.20   0.23
XYZ39.284535.037536.5907
Yxy35.03750.35420.3159
Hunter Lab59.192514.87894.7838
CIE-Lab65.777919.95611.9476

#c4939d color RGB value is (196,147,157).

#c4939d hex color red value is 196, green value is 147 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c4939d hue: 0.97 , saturation: 0.29 and the lightness value of c4939d is 0.67.

The process color (four color CMYK) of #c4939d color hex is 0.00, 0.25, 0.20, 0.23. Web safe color of #c4939d is #cc9999. Color #c4939d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 10011101
Octal 304 223 235
Decimal 196 147 157
Hex C4 93 9D

RGB Percentages of Color #c4939d

%39.20
%29.40
%31.40

CMYK Percentages of Color #c4939d

%0
%25
%20
%23

Triadic Colors of #c4939d

#c4939d #9dc493 #939dc4

Analogous Colors of #c4939d

#c4939d #c4a293 #c493b6

Monochromatic Colors of #c4939d

#c4939d

Complementary Color

#c4939d #93c4ba

#c4939d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4939d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4939d Color CSS Codes

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

#c4939d Text Font Color

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

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


#c4939d Background Color

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

This div background color is #c4939d


#c4939d Border Color

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

This div border color is #c4939d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,147,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4939d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4939d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4939d;
  box-shadow:         1px 1px 3px 2px #c4939d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,147,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4939d


Comments

No comments written yet.

Please login to write comment.