Color Hex Logo

#9062cc Color Hex

#9062CC
(144,98,204)
0 Favorites   0 Comments

Color spaces of #9062cc

RGB 14498204
HSL0.740.510.59
HSV266°52°80°
CMYK 0.290.520.00   0.20
XYZ26.768419.024359.3879
Yxy19.02430.25450.1809
Hunter Lab43.616933.2190-50.1964
CIE-Lab50.715640.1741-48.3821

#9062cc color RGB value is (144,98,204).

#9062cc hex color red value is 144, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9062cc hue: 0.74 , saturation: 0.51 and the lightness value of 9062cc is 0.59.

The process color (four color CMYK) of #9062cc color hex is 0.29, 0.52, 0.00, 0.20. Web safe color of #9062cc is #9966cc. Color #9062cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100010 11001100
Octal 220 142 314
Decimal 144 98 204
Hex 90 62 CC

RGB Percentages of Color #9062cc

%32.29
%21.97
%45.74

CMYK Percentages of Color #9062cc

%29
%52
%0
%20

Triadic Colors of #9062cc

#9062cc #cc9062 #62cc90

Analogous Colors of #9062cc

#9062cc #c562cc #6269cc

Monochromatic Colors of #9062cc

#9062cc

Complementary Color

#9062cc #9ecc62

#9062cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9062cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9062cc Color CSS Codes

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

#9062cc Text Font Color

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

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


#9062cc Background Color

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

This div background color is #9062cc


#9062cc Border Color

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

This div border color is #9062cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,98,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9062cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9062cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9062cc;
  box-shadow:         1px 1px 3px 2px #9062cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9062cc


Comments

No comments written yet.

Please login to write comment.