Color Hex Logo

#c4929f Color Hex

#C4929F
(196,146,159)
0 Favorites   0 Comments

Color spaces of #c4929f

RGB 196146159
HSL0.960.300.67
HSV344°26°77°
CMYK 0.000.260.19   0.23
XYZ39.301834.796737.4459
Yxy34.79670.35230.3120
Hunter Lab58.988715.69703.6550
CIE-Lab65.590120.82010.5489

#c4929f color RGB value is (196,146,159).

#c4929f hex color red value is 196, green value is 146 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c4929f hue: 0.96 , saturation: 0.30 and the lightness value of c4929f is 0.67.

The process color (four color CMYK) of #c4929f color hex is 0.00, 0.26, 0.19, 0.23. Web safe color of #c4929f is #cc9999. Color #c4929f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 10011111
Octal 304 222 237
Decimal 196 146 159
Hex C4 92 9F

RGB Percentages of Color #c4929f

%39.12
%29.14
%31.74

CMYK Percentages of Color #c4929f

%0
%26
%19
%23

Triadic Colors of #c4929f

#c4929f #9fc492 #929fc4

Analogous Colors of #c4929f

#c4929f #c49e92 #c492b8

Monochromatic Colors of #c4929f

#c4929f

Complementary Color

#c4929f #92c4b7

#c4929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4929f Color CSS Codes

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

#c4929f Text Font Color

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

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


#c4929f Background Color

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

This div background color is #c4929f


#c4929f Border Color

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

This div border color is #c4929f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4929f


Comments

No comments written yet.

Please login to write comment.