Color Hex Logo

#918aeb Color Hex

#918AEB
(145,138,235)
0 Favorites   0 Comments

Color spaces of #918aeb

RGB 145138235
HSL0.680.710.73
HSV244°41°92°
CMYK 0.380.410.00   0.08
XYZ35.760930.194982.5406
Yxy30.19490.24080.2033
Hunter Lab54.949920.0039-50.5950
CIE-Lab61.822025.5210-48.1853

#918aeb color RGB value is (145,138,235).

#918aeb hex color red value is 145, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #918aeb hue: 0.68 , saturation: 0.71 and the lightness value of 918aeb is 0.73.

The process color (four color CMYK) of #918aeb color hex is 0.38, 0.41, 0.00, 0.08. Web safe color of #918aeb is #9999ff. Color #918aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 11101011
Octal 221 212 353
Decimal 145 138 235
Hex 91 8A EB

RGB Percentages of Color #918aeb

%27.99
%26.64
%45.37

CMYK Percentages of Color #918aeb

%38
%41
%0
%8

Triadic Colors of #918aeb

#918aeb #eb918a #8aeb91

Analogous Colors of #918aeb

#918aeb #c28aeb #8ab4eb

Monochromatic Colors of #918aeb

#918aeb

Complementary Color

#918aeb #e4eb8a

#918aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918aeb Color CSS Codes

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

#918aeb Text Font Color

<p style="color:#918aeb">Text here</p>

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


#918aeb Background Color

<div style="background-color:#918aeb">
Div content here</div>

This div background color is #918aeb


#918aeb Border Color

<div style="border:3px solid #918aeb">
Div here</div>

This div border color is #918aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,138,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #918aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #918aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #918aeb;
  box-shadow:         1px 1px 3px 2px #918aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,138,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918aeb


Comments

No comments written yet.

Please login to write comment.