Color Hex Logo

#914abb Color Hex

#914ABB
(145,74,187)
0 Favorites   0 Comments

Color spaces of #914abb

RGB 14574187
HSL0.770.450.51
HSV278°60°73°
CMYK 0.220.600.00   0.27
XYZ23.095514.505248.5962
Yxy14.50520.26790.1683
Hunter Lab38.085741.5940-48.9923
CIE-Lab44.948949.2976-47.7582

#914abb color RGB value is (145,74,187).

#914abb hex color red value is 145, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #914abb hue: 0.77 , saturation: 0.45 and the lightness value of 914abb is 0.51.

The process color (four color CMYK) of #914abb color hex is 0.22, 0.60, 0.00, 0.27. Web safe color of #914abb is #9933cc. Color #914abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001010 10111011
Octal 221 112 273
Decimal 145 74 187
Hex 91 4A BB

RGB Percentages of Color #914abb

%35.71
%18.23
%46.06

CMYK Percentages of Color #914abb

%22
%60
%0
%27

Triadic Colors of #914abb

#914abb #bb914a #4abb91

Analogous Colors of #914abb

#914abb #bb4aad #594abb

Monochromatic Colors of #914abb

#914abb

Complementary Color

#914abb #74bb4a

#914abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#914abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#914abb Color CSS Codes

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

#914abb Text Font Color

<p style="color:#914abb">Text here</p>

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


#914abb Background Color

<div style="background-color:#914abb">
Div content here</div>

This div background color is #914abb


#914abb Border Color

<div style="border:3px solid #914abb">
Div here</div>

This div border color is #914abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,74,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #914abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #914abb;
  -webkit-box-shadow: 1px 1px 3px 2px #914abb;
  box-shadow:         1px 1px 3px 2px #914abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #914abb


Comments

No comments written yet.

Please login to write comment.