Color Hex Logo

#9590ff Color Hex

#9590FF
(149,144,255)
0 Favorites   0 Comments

Color spaces of #9590ff

RGB 149144255
HSL0.671.000.78
HSV243°44°100°
CMYK 0.420.440.00   0.00
XYZ40.417733.556198.9545
Yxy33.55610.23370.1940
Hunter Lab57.927623.1710-60.7324
CIE-Lab64.608728.5429-54.7458

#9590ff color RGB value is (149,144,255).

#9590ff hex color red value is 149, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9590ff hue: 0.67 , saturation: 1.00 and the lightness value of 9590ff is 0.78.

The process color (four color CMYK) of #9590ff color hex is 0.42, 0.44, 0.00, 0.00. Web safe color of #9590ff is #9999ff. Color #9590ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010000 11111111
Octal 225 220 377
Decimal 149 144 255
Hex 95 90 FF

RGB Percentages of Color #9590ff

%27.19
%26.28
%46.53

CMYK Percentages of Color #9590ff

%42
%44
%0
%0

Triadic Colors of #9590ff

#9590ff #ff9590 #90ff95

Analogous Colors of #9590ff

#9590ff #cd90ff #90c3ff

Monochromatic Colors of #9590ff

#9590ff

Complementary Color

#9590ff #faff90

#9590ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9590ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9590ff Color CSS Codes

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

#9590ff Text Font Color

<p style="color:#9590ff">Text here</p>

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


#9590ff Background Color

<div style="background-color:#9590ff">
Div content here</div>

This div background color is #9590ff


#9590ff Border Color

<div style="border:3px solid #9590ff">
Div here</div>

This div border color is #9590ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,144,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9590ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9590ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9590ff;
  box-shadow:         1px 1px 3px 2px #9590ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9590ff

Related Colors


Comments

No comments written yet.

Please login to write comment.