Color Hex Logo

#9112dd Color Hex

#9112DD
(145,18,221)
0 Favorites   0 Comments

Color spaces of #9112dd

RGB 14518221
HSL0.770.850.47
HSV278°92°87°
CMYK 0.340.920.00   0.13
XYZ24.944511.672869.3450
Yxy11.67280.23540.1102
Hunter Lab34.165570.5347-96.4239
CIE-Lab40.691375.7630-74.3303

#9112dd color RGB value is (145,18,221).

#9112dd hex color red value is 145, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9112dd hue: 0.77 , saturation: 0.85 and the lightness value of 9112dd is 0.47.

The process color (four color CMYK) of #9112dd color hex is 0.34, 0.92, 0.00, 0.13. Web safe color of #9112dd is #9900cc. Color #9112dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00010010 11011101
Octal 221 22 335
Decimal 145 18 221
Hex 91 12 DD

RGB Percentages of Color #9112dd

%37.76
%4.69
%57.55

CMYK Percentages of Color #9112dd

%34
%92
%0
%13

Triadic Colors of #9112dd

#9112dd #dd9112 #12dd91

Analogous Colors of #9112dd

#9112dd #dd12c4 #2c12dd

Monochromatic Colors of #9112dd

#9112dd

Complementary Color

#9112dd #5edd12

#9112dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9112dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9112dd Color CSS Codes

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

#9112dd Text Font Color

<p style="color:#9112dd">Text here</p>

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


#9112dd Background Color

<div style="background-color:#9112dd">
Div content here</div>

This div background color is #9112dd


#9112dd Border Color

<div style="border:3px solid #9112dd">
Div here</div>

This div border color is #9112dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,18,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9112dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9112dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9112dd;
  box-shadow:         1px 1px 3px 2px #9112dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9112dd


Comments

No comments written yet.

Please login to write comment.