Color Hex Logo

#c46bda Color Hex

#C46BDA
(196,107,218)
0 Favorites   0 Comments

Color spaces of #c46bda

RGB 196107218
HSL0.800.600.64
HSV288°51°85°
CMYK 0.100.510.00   0.15
XYZ40.677527.313169.4577
Yxy27.31310.29590.1987
Hunter Lab52.261947.4751-42.2149
CIE-Lab59.263052.3884-42.4032

#c46bda color RGB value is (196,107,218).

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

The process color (four color CMYK) of #c46bda color hex is 0.10, 0.51, 0.00, 0.15. Web safe color of #c46bda is #cc66cc. Color #c46bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 11011010
Octal 304 153 332
Decimal 196 107 218
Hex C4 6B DA

RGB Percentages of Color #c46bda

%37.62
%20.54
%41.84

CMYK Percentages of Color #c46bda

%10
%51
%0
%15

Triadic Colors of #c46bda

#c46bda #dac46b #6bdac4

Analogous Colors of #c46bda

#c46bda #da6bb9 #8d6bda

Monochromatic Colors of #c46bda

#c46bda

Complementary Color

#c46bda #81da6b

#c46bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bda Color CSS Codes

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

#c46bda Text Font Color

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

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


#c46bda Background Color

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

This div background color is #c46bda


#c46bda Border Color

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

This div border color is #c46bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bda


Comments

No comments written yet.

Please login to write comment.