Color Hex Logo

#9058cc Color Hex

#9058CC
(144,88,204)
0 Favorites   0 Comments

Color spaces of #9058cc

RGB 14488204
HSL0.750.530.57
HSV269°57°80°
CMYK 0.290.570.00   0.20
XYZ25.890417.268459.0953
Yxy17.26840.25320.1689
Hunter Lab41.555338.4901-55.2270
CIE-Lab48.596545.6852-51.7670

#9058cc color RGB value is (144,88,204).

#9058cc hex color red value is 144, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9058cc hue: 0.75 , saturation: 0.53 and the lightness value of 9058cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011000 11001100
Octal 220 130 314
Decimal 144 88 204
Hex 90 58 CC

RGB Percentages of Color #9058cc

%33.03
%20.18
%46.79

CMYK Percentages of Color #9058cc

%29
%57
%0
%20

Triadic Colors of #9058cc

#9058cc #cc9058 #58cc90

Analogous Colors of #9058cc

#9058cc #ca58cc #585acc

Monochromatic Colors of #9058cc

#9058cc

Complementary Color

#9058cc #94cc58

#9058cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9058cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9058cc Color CSS Codes

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

#9058cc Text Font Color

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

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


#9058cc Background Color

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

This div background color is #9058cc


#9058cc Border Color

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

This div border color is #9058cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9058cc


Comments

No comments written yet.

Please login to write comment.