Color Hex Logo

#9059cd Color Hex

#9059CD
(144,89,205)
0 Favorites   0 Comments

Color spaces of #9059cd

RGB 14489205
HSL0.750.540.58
HSV268°57°80°
CMYK 0.300.570.00   0.20
XYZ26.093417.481859.7567
Yxy17.48180.25250.1692
Hunter Lab41.811238.2279-55.4695
CIE-Lab48.861545.3879-51.9165

#9059cd color RGB value is (144,89,205).

#9059cd hex color red value is 144, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9059cd hue: 0.75 , saturation: 0.54 and the lightness value of 9059cd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011001 11001101
Octal 220 131 315
Decimal 144 89 205
Hex 90 59 CD

RGB Percentages of Color #9059cd

%32.88
%20.32
%46.80

CMYK Percentages of Color #9059cd

%30
%57
%0
%20

Triadic Colors of #9059cd

#9059cd #cd9059 #59cd90

Analogous Colors of #9059cd

#9059cd #ca59cd #595ccd

Monochromatic Colors of #9059cd

#9059cd

Complementary Color

#9059cd #96cd59

#9059cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9059cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9059cd Color CSS Codes

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

#9059cd Text Font Color

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

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


#9059cd Background Color

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

This div background color is #9059cd


#9059cd Border Color

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

This div border color is #9059cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,89,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9059cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9059cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9059cd;
  box-shadow:         1px 1px 3px 2px #9059cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9059cd


Comments

No comments written yet.

Please login to write comment.