Color Hex Logo

#c263de Color Hex

#C263DE
(194,99,222)
0 Favorites   0 Comments

Color spaces of #c263de

RGB 19499222
HSL0.800.650.63
HSV286°55°87°
CMYK 0.130.550.00   0.13
XYZ39.894825.666971.9588
Yxy25.66690.29010.1866
Hunter Lab50.662551.9026-48.7491
CIE-Lab57.719556.6091-47.1067

#c263de color RGB value is (194,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11011110
Octal 302 143 336
Decimal 194 99 222
Hex C2 63 DE

RGB Percentages of Color #c263de

%37.67
%19.22
%43.11

CMYK Percentages of Color #c263de

%13
%55
%0
%13

Triadic Colors of #c263de

#c263de #dec263 #63dec2

Analogous Colors of #c263de

#c263de #de63bd #8563de

Monochromatic Colors of #c263de

#c263de

Complementary Color

#c263de #7fde63

#c263de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263de Color CSS Codes

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

#c263de Text Font Color

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

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


#c263de Background Color

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

This div background color is #c263de


#c263de Border Color

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

This div border color is #c263de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263de


Comments

No comments written yet.

Please login to write comment.