Color Hex Logo

#917afb Color Hex

#917AFB
(145,122,251)
0 Favorites   0 Comments

Color spaces of #917afb

RGB 145122251
HSL0.700.940.73
HSV251°51°98°
CMYK 0.420.510.00   0.02
XYZ36.049226.903894.5597
Yxy26.90380.22890.1708
Hunter Lab51.868933.2881-71.7806
CIE-Lab58.885239.1473-61.7024

#917afb color RGB value is (145,122,251).

#917afb hex color red value is 145, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #917afb hue: 0.70 , saturation: 0.94 and the lightness value of 917afb is 0.73.

The process color (four color CMYK) of #917afb color hex is 0.42, 0.51, 0.00, 0.02. Web safe color of #917afb is #9966ff. Color #917afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111010 11111011
Octal 221 172 373
Decimal 145 122 251
Hex 91 7A FB

RGB Percentages of Color #917afb

%27.99
%23.55
%48.46

CMYK Percentages of Color #917afb

%42
%51
%0
%2

Triadic Colors of #917afb

#917afb #fb917a #7afb91

Analogous Colors of #917afb

#917afb #d27afb #7aa4fb

Monochromatic Colors of #917afb

#917afb

Complementary Color

#917afb #e4fb7a

#917afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#917afb Color CSS Codes

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

#917afb Text Font Color

<p style="color:#917afb">Text here</p>

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


#917afb Background Color

<div style="background-color:#917afb">
Div content here</div>

This div background color is #917afb


#917afb Border Color

<div style="border:3px solid #917afb">
Div here</div>

This div border color is #917afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,122,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917afb;
  -webkit-box-shadow: 1px 1px 3px 2px #917afb;
  box-shadow:         1px 1px 3px 2px #917afb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917afb

Related Colors


Comments

No comments written yet.

Please login to write comment.