Color Hex Logo

#9149ec Color Hex

#9149EC
(145,73,236)
0 Favorites   0 Comments

Color spaces of #9149ec

RGB 14573236
HSL0.740.810.61
HSV267°69°93°
CMYK 0.390.690.00   0.07
XYZ29.199916.841081.0685
Yxy16.84100.22970.1325
Hunter Lab41.037855.1932-88.3986
CIE-Lab48.059161.2620-70.8239

#9149ec color RGB value is (145,73,236).

#9149ec hex color red value is 145, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9149ec hue: 0.74 , saturation: 0.81 and the lightness value of 9149ec is 0.61.

The process color (four color CMYK) of #9149ec color hex is 0.39, 0.69, 0.00, 0.07. Web safe color of #9149ec is #9933ff. Color #9149ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001001 11101100
Octal 221 111 354
Decimal 145 73 236
Hex 91 49 EC

RGB Percentages of Color #9149ec

%31.94
%16.08
%51.98

CMYK Percentages of Color #9149ec

%39
%69
%0
%7

Triadic Colors of #9149ec

#9149ec #ec9149 #49ec91

Analogous Colors of #9149ec

#9149ec #e349ec #4953ec

Monochromatic Colors of #9149ec

#9149ec

Complementary Color

#9149ec #a4ec49

#9149ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9149ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9149ec Color CSS Codes

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

#9149ec Text Font Color

<p style="color:#9149ec">Text here</p>

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


#9149ec Background Color

<div style="background-color:#9149ec">
Div content here</div>

This div background color is #9149ec


#9149ec Border Color

<div style="border:3px solid #9149ec">
Div here</div>

This div border color is #9149ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,73,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9149ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9149ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9149ec;
  box-shadow:         1px 1px 3px 2px #9149ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9149ec


Comments

No comments written yet.

Please login to write comment.