Color Hex Logo

#9059da Color Hex

#9059DA
(144,89,218)
0 Favorites   0 Comments

Color spaces of #9059da

RGB 14489218
HSL0.740.640.60
HSV266°59°85°
CMYK 0.340.590.00   0.15
XYZ27.728918.136068.3688
Yxy18.13600.24270.1588
Hunter Lab42.586441.6990-65.3746
CIE-Lab49.660648.5954-58.0546

#9059da color RGB value is (144,89,218).

#9059da hex color red value is 144, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9059da hue: 0.74 , saturation: 0.64 and the lightness value of 9059da is 0.60.

The process color (four color CMYK) of #9059da color hex is 0.34, 0.59, 0.00, 0.15. Web safe color of #9059da is #9966cc. Color #9059da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011001 11011010
Octal 220 131 332
Decimal 144 89 218
Hex 90 59 DA

RGB Percentages of Color #9059da

%31.93
%19.73
%48.34

CMYK Percentages of Color #9059da

%34
%59
%0
%15

Triadic Colors of #9059da

#9059da #da9059 #59da90

Analogous Colors of #9059da

#9059da #d159da #5963da

Monochromatic Colors of #9059da

#9059da

Complementary Color

#9059da #a3da59

#9059da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9059da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9059da Color CSS Codes

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

#9059da Text Font Color

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

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


#9059da Background Color

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

This div background color is #9059da


#9059da Border Color

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

This div border color is #9059da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9059da


Comments

No comments written yet.

Please login to write comment.