Color Hex Logo

#c46bdf Color Hex

#C46BDF
(196,107,223)
0 Favorites   0 Comments

Color spaces of #c46bdf

RGB 196107223
HSL0.790.640.65
HSV286°52°87°
CMYK 0.120.520.00   0.13
XYZ41.341927.578972.9563
Yxy27.57890.29140.1944
Hunter Lab52.515648.6183-45.6065
CIE-Lab59.506453.3799-44.8271

#c46bdf color RGB value is (196,107,223).

#c46bdf hex color red value is 196, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c46bdf hue: 0.79 , saturation: 0.64 and the lightness value of c46bdf is 0.65.

The process color (four color CMYK) of #c46bdf color hex is 0.12, 0.52, 0.00, 0.13. Web safe color of #c46bdf is #cc66cc. Color #c46bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 11011111
Octal 304 153 337
Decimal 196 107 223
Hex C4 6B DF

RGB Percentages of Color #c46bdf

%37.26
%20.34
%42.40

CMYK Percentages of Color #c46bdf

%12
%52
%0
%13

Triadic Colors of #c46bdf

#c46bdf #dfc46b #6bdfc4

Analogous Colors of #c46bdf

#c46bdf #df6bc0 #8a6bdf

Monochromatic Colors of #c46bdf

#c46bdf

Complementary Color

#c46bdf #86df6b

#c46bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bdf Color CSS Codes

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

#c46bdf Text Font Color

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

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


#c46bdf Background Color

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

This div background color is #c46bdf


#c46bdf Border Color

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

This div border color is #c46bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bdf


Comments

No comments written yet.

Please login to write comment.