Color Hex Logo

#914ae1 Color Hex

#914AE1
(145,74,225)
0 Favorites   0 Comments

Color spaces of #914ae1

RGB 14574225
HSL0.750.720.59
HSV268°67°88°
CMYK 0.360.670.00   0.12
XYZ27.716416.353572.9299
Yxy16.35350.23690.1398
Hunter Lab40.439551.5713-78.6180
CIE-Lab47.434958.1393-65.6189

#914ae1 color RGB value is (145,74,225).

#914ae1 hex color red value is 145, green value is 74 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #914ae1 hue: 0.75 , saturation: 0.72 and the lightness value of 914ae1 is 0.59.

The process color (four color CMYK) of #914ae1 color hex is 0.36, 0.67, 0.00, 0.12. Web safe color of #914ae1 is #9933cc. Color #914ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001010 11100001
Octal 221 112 341
Decimal 145 74 225
Hex 91 4A E1

RGB Percentages of Color #914ae1

%32.66
%16.67
%50.68

CMYK Percentages of Color #914ae1

%36
%67
%0
%12

Triadic Colors of #914ae1

#914ae1 #e1914a #4ae191

Analogous Colors of #914ae1

#914ae1 #dd4ae1 #4a4fe1

Monochromatic Colors of #914ae1

#914ae1

Complementary Color

#914ae1 #9ae14a

#914ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#914ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#914ae1 Color CSS Codes

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

#914ae1 Text Font Color

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

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


#914ae1 Background Color

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

This div background color is #914ae1


#914ae1 Border Color

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

This div border color is #914ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #914ae1


Comments

No comments written yet.

Please login to write comment.