Color Hex Logo

#9142dc Color Hex

#9142DC
(145,66,220)
0 Favorites   0 Comments

Color spaces of #9142dc

RGB 14566220
HSL0.750.690.56
HSV271°70°86°
CMYK 0.340.700.00   0.14
XYZ26.543515.083569.2225
Yxy15.08350.23950.1361
Hunter Lab38.837554.0303-78.4901
CIE-Lab45.748460.6643-65.5098

#9142dc color RGB value is (145,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01000010 11011100
Octal 221 102 334
Decimal 145 66 220
Hex 91 42 DC

RGB Percentages of Color #9142dc

%33.64
%15.31
%51.04

CMYK Percentages of Color #9142dc

%34
%70
%0
%14

Triadic Colors of #9142dc

#9142dc #dc9142 #42dc91

Analogous Colors of #9142dc

#9142dc #dc42da #4442dc

Monochromatic Colors of #9142dc

#9142dc

Complementary Color

#9142dc #8ddc42

#9142dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9142dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9142dc Color CSS Codes

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

#9142dc Text Font Color

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

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


#9142dc Background Color

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

This div background color is #9142dc


#9142dc Border Color

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

This div border color is #9142dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9142dc


Comments

No comments written yet.

Please login to write comment.