Color Hex Logo

#8594ff Color Hex

#8594FF
(133,148,255)
0 Favorites   0 Comments

Color spaces of #8594ff

RGB 133148255
HSL0.651.000.76
HSV233°48°100°
CMYK 0.480.420.00   0.00
XYZ38.312833.386499.0327
Yxy33.38640.22440.1955
Hunter Lab57.781017.2412-61.1724
CIE-Lab64.472622.4858-55.0315

#8594ff color RGB value is (133,148,255).

#8594ff hex color red value is 133, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8594ff hue: 0.65 , saturation: 1.00 and the lightness value of 8594ff is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 11111111
Octal 205 224 377
Decimal 133 148 255
Hex 85 94 FF

RGB Percentages of Color #8594ff

%24.81
%27.61
%47.57

CMYK Percentages of Color #8594ff

%48
%42
%0
%0

Triadic Colors of #8594ff

#8594ff #ff8594 #94ff85

Analogous Colors of #8594ff

#8594ff #b385ff #85d1ff

Monochromatic Colors of #8594ff

#8594ff

Complementary Color

#8594ff #fff085

#8594ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8594ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8594ff Color CSS Codes

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

#8594ff Text Font Color

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

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


#8594ff Background Color

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

This div background color is #8594ff


#8594ff Border Color

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

This div border color is #8594ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8594ff

Related Colors


Comments

No comments written yet.

Please login to write comment.