Color Hex Logo

#c263dd Color Hex

#C263DD
(194,99,221)
0 Favorites   0 Comments

Color spaces of #c263dd

RGB 19499221
HSL0.800.640.63
HSV287°55°87°
CMYK 0.120.550.00   0.13
XYZ39.761125.613571.2549
Yxy25.61350.29100.1875
Hunter Lab50.609851.6697-48.0492
CIE-Lab57.668456.4109-46.6250

#c263dd color RGB value is (194,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11011101
Octal 302 143 335
Decimal 194 99 221
Hex C2 63 DD

RGB Percentages of Color #c263dd

%37.74
%19.26
%43.00

CMYK Percentages of Color #c263dd

%12
%55
%0
%13

Triadic Colors of #c263dd

#c263dd #ddc263 #63ddc2

Analogous Colors of #c263dd

#c263dd #dd63bb #8563dd

Monochromatic Colors of #c263dd

#c263dd

Complementary Color

#c263dd #7edd63

#c263dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263dd Color CSS Codes

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

#c263dd Text Font Color

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

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


#c263dd Background Color

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

This div background color is #c263dd


#c263dd Border Color

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

This div border color is #c263dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263dd


Comments

No comments written yet.

Please login to write comment.