Color Hex Logo

#c4909a Color Hex

#C4909A
(196,144,154)
0 Favorites   0 Comments

Color spaces of #c4909a

RGB 196144154
HSL0.970.310.67
HSV348°27°77°
CMYK 0.000.270.21   0.23
XYZ38.570934.015435.1046
Yxy34.01540.35820.3159
Hunter Lab58.322715.98375.1391
CIE-Lab64.974821.14862.4716

#c4909a color RGB value is (196,144,154).

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

The process color (four color CMYK) of #c4909a color hex is 0.00, 0.27, 0.21, 0.23. Web safe color of #c4909a is #cc9999. Color #c4909a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 10011010
Octal 304 220 232
Decimal 196 144 154
Hex C4 90 9A

RGB Percentages of Color #c4909a

%39.68
%29.15
%31.17

CMYK Percentages of Color #c4909a

%0
%27
%21
%23

Triadic Colors of #c4909a

#c4909a #9ac490 #909ac4

Analogous Colors of #c4909a

#c4909a #c4a090 #c490b4

Monochromatic Colors of #c4909a

#c4909a

Complementary Color

#c4909a #90c4ba

#c4909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4909a Color CSS Codes

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

#c4909a Text Font Color

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

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


#c4909a Background Color

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

This div background color is #c4909a


#c4909a Border Color

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

This div border color is #c4909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4909a


Comments

No comments written yet.

Please login to write comment.