Color Hex Logo

#c46888 Color Hex

#C46888
(196,104,136)
0 Favorites   0 Comments

Color spaces of #c46888

RGB 196104136
HSL0.940.440.59
HSV339°47°77°
CMYK 0.000.470.31   0.23
XYZ32.159223.414026.1169
Yxy23.41400.39370.2866
Hunter Lab48.388033.95401.8705
CIE-Lab55.496240.2379-0.9961

#c46888 color RGB value is (196,104,136).

#c46888 hex color red value is 196, green value is 104 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c46888 hue: 0.94 , saturation: 0.44 and the lightness value of c46888 is 0.59.

The process color (four color CMYK) of #c46888 color hex is 0.00, 0.47, 0.31, 0.23. Web safe color of #c46888 is #cc6699. Color #c46888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101000 10001000
Octal 304 150 210
Decimal 196 104 136
Hex C4 68 88

RGB Percentages of Color #c46888

%44.95
%23.85
%31.19

CMYK Percentages of Color #c46888

%0
%47
%31
%23

Triadic Colors of #c46888

#c46888 #88c468 #6888c4

Analogous Colors of #c46888

#c46888 #c47668 #c468b6

Monochromatic Colors of #c46888

#c46888

Complementary Color

#c46888 #68c4a4

#c46888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46888 Color CSS Codes

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

#c46888 Text Font Color

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

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


#c46888 Background Color

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

This div background color is #c46888


#c46888 Border Color

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

This div border color is #c46888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46888


Comments

No comments written yet.

Please login to write comment.