color codes Logo

#c263db color codes

#C263DB
(194,99,219)
0 Favorites   0 Comments

Color spaces of #c263db

RGB 19499219
HSL0.800.630.62
HSV288°55°86°
CMYK 0.110.550.00   0.14
XYZ39.496225.507569.8596
Yxy25.50750.29290.1891
Hunter Lab50.505051.2080-46.6578
CIE-Lab57.566656.0173-45.6596

#c263db color RGB value is (194,99,219).

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

The process color (four color CMYK) of #c263db color code is 0.11, 0.55, 0.00, 0.14. Web safe color of #c263db is #cc66cc. Color #c263db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11011011
Octal 302 143 333
Decimal 194 99 219
Hex C2 63 DB

RGB Percentages of Color #c263db

%37.89
%19.34
%42.77

CMYK Percentages of Color #c263db

%11
%55
%0
%14

Triadic Colors of #c263db

#c263db #dbc263 #63dbc2

Analogous Colors of #c263db

#c263db #db63b8 #8663db

Monochromatic Colors of #c263db

#c263db

Complementary Color

#c263db #7cdb63

#c263db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263db Color CSS Codes

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

#c263db Text Font Color

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

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


#c263db Background Color

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

This div background color is #c263db


#c263db Border Color

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

This div border color is #c263db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263db


Comments

No comments written yet.

Please login to write comment.