Color Hex Logo

#c063da Color Hex

#C063DA
(192,99,218)
0 Favorites   0 Comments

Color spaces of #c063da

RGB 19299218
HSL0.800.620.62
HSV287°55°85°
CMYK 0.120.550.00   0.15
XYZ38.855025.192169.1443
Yxy25.19210.29170.1891
Hunter Lab50.191750.3469-46.5439
CIE-Lab57.262155.2995-45.5938

#c063da color RGB value is (192,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 11011010
Octal 300 143 332
Decimal 192 99 218
Hex C0 63 DA

RGB Percentages of Color #c063da

%37.72
%19.45
%42.83

CMYK Percentages of Color #c063da

%12
%55
%0
%15

Triadic Colors of #c063da

#c063da #dac063 #63dac0

Analogous Colors of #c063da

#c063da #da63b9 #8563da

Monochromatic Colors of #c063da

#c063da

Complementary Color

#c063da #7dda63

#c063da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063da Color CSS Codes

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

#c063da Text Font Color

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

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


#c063da Background Color

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

This div background color is #c063da


#c063da Border Color

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

This div border color is #c063da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063da


Comments

No comments written yet.

Please login to write comment.