Color Hex Logo

#9063dc Color Hex

#9063DC
(144,99,220)
0 Favorites   0 Comments

Color spaces of #9063dc

RGB 14499220
HSL0.730.630.63
HSV262°55°86°
CMYK 0.350.550.00   0.14
XYZ28.881720.020370.0522
Yxy20.02030.24280.1683
Hunter Lab44.744036.9173-61.5048
CIE-Lab51.860243.6480-55.6566

#9063dc color RGB value is (144,99,220).

#9063dc hex color red value is 144, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9063dc hue: 0.73 , saturation: 0.63 and the lightness value of 9063dc is 0.63.

The process color (four color CMYK) of #9063dc color hex is 0.35, 0.55, 0.00, 0.14. Web safe color of #9063dc is #9966cc. Color #9063dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100011 11011100
Octal 220 143 334
Decimal 144 99 220
Hex 90 63 DC

RGB Percentages of Color #9063dc

%31.10
%21.38
%47.52

CMYK Percentages of Color #9063dc

%35
%55
%0
%14

Triadic Colors of #9063dc

#9063dc #dc9063 #63dc90

Analogous Colors of #9063dc

#9063dc #cd63dc #6373dc

Monochromatic Colors of #9063dc

#9063dc

Complementary Color

#9063dc #afdc63

#9063dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9063dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9063dc Color CSS Codes

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

#9063dc Text Font Color

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

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


#9063dc Background Color

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

This div background color is #9063dc


#9063dc Border Color

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

This div border color is #9063dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9063dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9063dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9063dc;
  box-shadow:         1px 1px 3px 2px #9063dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9063dc


Comments

No comments written yet.

Please login to write comment.