Color Hex Logo

#c063de Color Hex

#C063DE
(192,99,222)
0 Favorites   0 Comments

Color spaces of #c063de

RGB 19299222
HSL0.790.650.63
HSV285°55°87°
CMYK 0.140.550.00   0.13
XYZ39.384925.404171.9349
Yxy25.40410.28810.1858
Hunter Lab50.402551.2770-49.3375
CIE-Lab57.467056.0955-47.5227

#c063de color RGB value is (192,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 11011110
Octal 300 143 336
Decimal 192 99 222
Hex C0 63 DE

RGB Percentages of Color #c063de

%37.43
%19.30
%43.27

CMYK Percentages of Color #c063de

%14
%55
%0
%13

Triadic Colors of #c063de

#c063de #dec063 #63dec0

Analogous Colors of #c063de

#c063de #de63bf #8363de

Monochromatic Colors of #c063de

#c063de

Complementary Color

#c063de #81de63

#c063de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063de Color CSS Codes

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

#c063de Text Font Color

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

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


#c063de Background Color

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

This div background color is #c063de


#c063de Border Color

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

This div border color is #c063de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063de


Comments

No comments written yet.

Please login to write comment.