Color Hex Logo

#c46ead Color Hex

#C46EAD
(196,110,173)
0 Favorites   0 Comments

Color spaces of #c46ead

RGB 196110173
HSL0.880.420.60
HSV316°44°77°
CMYK 0.000.440.12   0.23
XYZ35.883725.904842.6440
Yxy25.90480.34360.2481
Hunter Lab50.896836.7784-14.0486
CIE-Lab57.946642.6382-18.8345

#c46ead color RGB value is (196,110,173).

#c46ead hex color red value is 196, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c46ead hue: 0.88 , saturation: 0.42 and the lightness value of c46ead is 0.60.

The process color (four color CMYK) of #c46ead color hex is 0.00, 0.44, 0.12, 0.23. Web safe color of #c46ead is #cc6699. Color #c46ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101110 10101101
Octal 304 156 255
Decimal 196 110 173
Hex C4 6E AD

RGB Percentages of Color #c46ead

%40.92
%22.96
%36.12

CMYK Percentages of Color #c46ead

%0
%44
%12
%23

Triadic Colors of #c46ead

#c46ead #adc46e #6eadc4

Analogous Colors of #c46ead

#c46ead #c46e82 #b06ec4

Monochromatic Colors of #c46ead

#c46ead

Complementary Color

#c46ead #6ec485

#c46ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ead Color CSS Codes

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

#c46ead Text Font Color

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

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


#c46ead Background Color

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

This div background color is #c46ead


#c46ead Border Color

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

This div border color is #c46ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ead


Comments

No comments written yet.

Please login to write comment.