Color Hex Logo

#c46ebd Color Hex

#C46EBD
(196,110,189)
0 Favorites   0 Comments

Color spaces of #c46ebd

RGB 196110189
HSL0.850.420.60
HSV305°44°77°
CMYK 0.000.440.04   0.23
XYZ37.526226.561751.2932
Yxy26.56170.32520.2302
Hunter Lab51.538039.7789-22.9317
CIE-Lab58.566445.3982-27.0564

#c46ebd color RGB value is (196,110,189).

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

The process color (four color CMYK) of #c46ebd color hex is 0.00, 0.44, 0.04, 0.23. Web safe color of #c46ebd is #cc66cc. Color #c46ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101110 10111101
Octal 304 156 275
Decimal 196 110 189
Hex C4 6E BD

RGB Percentages of Color #c46ebd

%39.60
%22.22
%38.18

CMYK Percentages of Color #c46ebd

%0
%44
%4
%23

Triadic Colors of #c46ebd

#c46ebd #bdc46e #6ebdc4

Analogous Colors of #c46ebd

#c46ebd #c46e92 #a06ec4

Monochromatic Colors of #c46ebd

#c46ebd

Complementary Color

#c46ebd #6ec475

#c46ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ebd Color CSS Codes

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

#c46ebd Text Font Color

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

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


#c46ebd Background Color

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

This div background color is #c46ebd


#c46ebd Border Color

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

This div border color is #c46ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ebd


Comments

No comments written yet.

Please login to write comment.