Color Hex Logo

#c463de Color Hex

#C463DE
(196,99,222)
0 Favorites   0 Comments

Color spaces of #c463de

RGB 19699222
HSL0.800.650.63
HSV287°55°87°
CMYK 0.120.550.00   0.13
XYZ40.411625.933471.9830
Yxy25.93340.29210.1875
Hunter Lab50.924852.5309-48.1599
CIE-Lab57.973857.1227-46.6878

#c463de color RGB value is (196,99,222).

#c463de hex color red value is 196, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c463de hue: 0.80 , saturation: 0.65 and the lightness value of c463de is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 11011110
Octal 304 143 336
Decimal 196 99 222
Hex C4 63 DE

RGB Percentages of Color #c463de

%37.91
%19.15
%42.94

CMYK Percentages of Color #c463de

%12
%55
%0
%13

Triadic Colors of #c463de

#c463de #dec463 #63dec4

Analogous Colors of #c463de

#c463de #de63bb #8763de

Monochromatic Colors of #c463de

#c463de

Complementary Color

#c463de #7dde63

#c463de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c463de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c463de Color CSS Codes

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

#c463de Text Font Color

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

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


#c463de Background Color

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

This div background color is #c463de


#c463de Border Color

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

This div border color is #c463de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c463de


Comments

No comments written yet.

Please login to write comment.