Color Hex Logo

#c263da Color Hex

#C263DA
(194,99,218)
0 Favorites   0 Comments

Color spaces of #c263da

RGB 19499218
HSL0.800.620.62
HSV288°55°85°
CMYK 0.110.550.00   0.15
XYZ39.364925.455069.1682
Yxy25.45500.29380.1900
Hunter Lab50.452950.9784-45.9662
CIE-Lab57.516155.8211-45.1757

#c263da color RGB value is (194,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11011010
Octal 302 143 332
Decimal 194 99 218
Hex C2 63 DA

RGB Percentages of Color #c263da

%37.96
%19.37
%42.66

CMYK Percentages of Color #c263da

%11
%55
%0
%15

Triadic Colors of #c263da

#c263da #dac263 #63dac2

Analogous Colors of #c263da

#c263da #da63b7 #8763da

Monochromatic Colors of #c263da

#c263da

Complementary Color

#c263da #7bda63

#c263da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263da Color CSS Codes

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

#c263da Text Font Color

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

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


#c263da Background Color

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

This div background color is #c263da


#c263da Border Color

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

This div border color is #c263da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263da


Comments

No comments written yet.

Please login to write comment.