Color Hex Logo

#c4949d Color Hex

#C4949D
(196,148,157)
0 Favorites   0 Comments

Color spaces of #c4949d

RGB 196148157
HSL0.970.290.67
HSV349°24°77°
CMYK 0.000.240.20   0.23
XYZ39.440735.349936.6428
Yxy35.34990.35390.3172
Hunter Lab59.455814.36255.0784
CIE-Lab66.020219.40452.2995

#c4949d color RGB value is (196,148,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 10011101
Octal 304 224 235
Decimal 196 148 157
Hex C4 94 9D

RGB Percentages of Color #c4949d

%39.12
%29.54
%31.34

CMYK Percentages of Color #c4949d

%0
%24
%20
%23

Triadic Colors of #c4949d

#c4949d #9dc494 #949dc4

Analogous Colors of #c4949d

#c4949d #c4a394 #c494b5

Monochromatic Colors of #c4949d

#c4949d

Complementary Color

#c4949d #94c4bb

#c4949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4949d Color CSS Codes

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

#c4949d Text Font Color

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

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


#c4949d Background Color

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

This div background color is #c4949d


#c4949d Border Color

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

This div border color is #c4949d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,148,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 #c4949d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4949d


Comments

No comments written yet.

Please login to write comment.