Color Hex Logo

#9142de Color Hex

#9142DE
(145,66,222)
0 Favorites   0 Comments

Color spaces of #9142de

RGB 14566222
HSL0.750.700.56
HSV270°70°87°
CMYK 0.350.700.00   0.13
XYZ26.810115.190170.6262
Yxy15.19010.23800.1349
Hunter Lab38.974554.5828-80.1581
CIE-Lab45.893561.1293-66.4143

#9142de color RGB value is (145,66,222).

#9142de hex color red value is 145, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9142de hue: 0.75 , saturation: 0.70 and the lightness value of 9142de is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01000010 11011110
Octal 221 102 336
Decimal 145 66 222
Hex 91 42 DE

RGB Percentages of Color #9142de

%33.49
%15.24
%51.27

CMYK Percentages of Color #9142de

%35
%70
%0
%13

Triadic Colors of #9142de

#9142de #de9142 #42de91

Analogous Colors of #9142de

#9142de #de42dd #4342de

Monochromatic Colors of #9142de

#9142de

Complementary Color

#9142de #8fde42

#9142de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9142de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9142de Color CSS Codes

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

#9142de Text Font Color

<p style="color:#9142de">Text here</p>

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


#9142de Background Color

<div style="background-color:#9142de">
Div content here</div>

This div background color is #9142de


#9142de Border Color

<div style="border:3px solid #9142de">
Div here</div>

This div border color is #9142de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,66,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9142de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9142de;
  -webkit-box-shadow: 1px 1px 3px 2px #9142de;
  box-shadow:         1px 1px 3px 2px #9142de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9142de


Comments

No comments written yet.

Please login to write comment.