Color Hex Logo

#c46b9f Color Hex

#C46B9F
(196,107,159)
0 Favorites   0 Comments

Color spaces of #c46b9f

RGB 196107159
HSL0.900.430.59
HSV325°45°77°
CMYK 0.000.450.19   0.23
XYZ34.280724.754435.7722
Yxy24.75440.36160.2611
Hunter Lab49.753835.9186-7.8009
CIE-Lab56.835341.9648-12.4259

#c46b9f color RGB value is (196,107,159).

#c46b9f hex color red value is 196, green value is 107 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c46b9f hue: 0.90 , saturation: 0.43 and the lightness value of c46b9f is 0.59.

The process color (four color CMYK) of #c46b9f color hex is 0.00, 0.45, 0.19, 0.23. Web safe color of #c46b9f is #cc6699. Color #c46b9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 10011111
Octal 304 153 237
Decimal 196 107 159
Hex C4 6B 9F

RGB Percentages of Color #c46b9f

%42.42
%23.16
%34.42

CMYK Percentages of Color #c46b9f

%0
%45
%19
%23

Triadic Colors of #c46b9f

#c46b9f #9fc46b #6b9fc4

Analogous Colors of #c46b9f

#c46b9f #c46b73 #bd6bc4

Monochromatic Colors of #c46b9f

#c46b9f

Complementary Color

#c46b9f #6bc490

#c46b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46b9f Color CSS Codes

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

#c46b9f Text Font Color

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

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


#c46b9f Background Color

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

This div background color is #c46b9f


#c46b9f Border Color

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

This div border color is #c46b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46b9f


Comments

No comments written yet.

Please login to write comment.