Color Hex Logo

#9088ff Color Hex

#9088FF
(144,136,255)
0 Favorites   0 Comments

Color spaces of #9088ff

RGB 144136255
HSL0.681.000.77
HSV244°47°100°
CMYK 0.440.470.00   0.00
XYZ38.355830.757698.5230
Yxy30.75760.22880.1835
Hunter Lab55.459526.3964-66.5061
CIE-Lab62.302531.9778-58.4400

#9088ff color RGB value is (144,136,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001000 11111111
Octal 220 210 377
Decimal 144 136 255
Hex 90 88 FF

RGB Percentages of Color #9088ff

%26.92
%25.42
%47.66

CMYK Percentages of Color #9088ff

%44
%47
%0
%0

Triadic Colors of #9088ff

#9088ff #ff9088 #88ff90

Analogous Colors of #9088ff

#9088ff #cc88ff #88bcff

Monochromatic Colors of #9088ff

#9088ff

Complementary Color

#9088ff #f7ff88

#9088ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9088ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9088ff Color CSS Codes

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

#9088ff Text Font Color

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

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


#9088ff Background Color

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

This div background color is #9088ff


#9088ff Border Color

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

This div border color is #9088ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9088ff


Comments

No comments written yet.

Please login to write comment.