Color Hex Logo

#c463da Color Hex

#C463DA
(196,99,218)
0 Favorites   0 Comments

Color spaces of #c463da

RGB 19699218
HSL0.800.620.62
HSV289°55°85°
CMYK 0.100.550.00   0.15
XYZ39.881725.721469.1924
Yxy25.72140.29590.1908
Hunter Lab50.716351.6134-45.3882
CIE-Lab57.771756.3434-44.7551

#c463da color RGB value is (196,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 11011010
Octal 304 143 332
Decimal 196 99 218
Hex C4 63 DA

RGB Percentages of Color #c463da

%38.21
%19.30
%42.50

CMYK Percentages of Color #c463da

%10
%55
%0
%15

Triadic Colors of #c463da

#c463da #dac463 #63dac4

Analogous Colors of #c463da

#c463da #da63b5 #8963da

Monochromatic Colors of #c463da

#c463da

Complementary Color

#c463da #79da63

#c463da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c463da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c463da Color CSS Codes

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

#c463da Text Font Color

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

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


#c463da Background Color

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

This div background color is #c463da


#c463da Border Color

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

This div border color is #c463da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,99,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 #c463da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c463da


Comments

No comments written yet.

Please login to write comment.