Color Hex Logo

#9141df Color Hex

#9141DF
(145,65,223)
0 Favorites   0 Comments

Color spaces of #9141df

RGB 14565223
HSL0.750.710.56
HSV270°71°87°
CMYK 0.350.710.00   0.13
XYZ26.886615.128071.3150
Yxy15.12800.23720.1335
Hunter Lab38.894755.3252-81.4842
CIE-Lab45.809061.8049-67.1209

#9141df color RGB value is (145,65,223).

#9141df hex color red value is 145, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9141df hue: 0.75 , saturation: 0.71 and the lightness value of 9141df is 0.56.

The process color (four color CMYK) of #9141df color hex is 0.35, 0.71, 0.00, 0.13. Web safe color of #9141df is #9933cc. Color #9141df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01000001 11011111
Octal 221 101 337
Decimal 145 65 223
Hex 91 41 DF

RGB Percentages of Color #9141df

%33.49
%15.01
%51.50

CMYK Percentages of Color #9141df

%35
%71
%0
%13

Triadic Colors of #9141df

#9141df #df9141 #41df91

Analogous Colors of #9141df

#9141df #df41de #4241df

Monochromatic Colors of #9141df

#9141df

Complementary Color

#9141df #8fdf41

#9141df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9141df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9141df Color CSS Codes

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

#9141df Text Font Color

<p style="color:#9141df">Text here</p>

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


#9141df Background Color

<div style="background-color:#9141df">
Div content here</div>

This div background color is #9141df


#9141df Border Color

<div style="border:3px solid #9141df">
Div here</div>

This div border color is #9141df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,65,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9141df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9141df;
  -webkit-box-shadow: 1px 1px 3px 2px #9141df;
  box-shadow:         1px 1px 3px 2px #9141df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9141df


Comments

No comments written yet.

Please login to write comment.