Color Hex Logo

#9012ec Color Hex

#9012EC
(144,18,236)
0 Favorites   0 Comments

Color spaces of #9012ec

RGB 14418236
HSL0.760.860.50
HSV275°92°93°
CMYK 0.390.920.00   0.07
XYZ26.858212.418080.3382
Yxy12.41800.22450.1038
Hunter Lab35.239274.3785-110.5018
CIE-Lab41.872978.6554-80.9438

#9012ec color RGB value is (144,18,236).

#9012ec hex color red value is 144, green value is 18 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9012ec hue: 0.76 , saturation: 0.86 and the lightness value of 9012ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010010 11101100
Octal 220 22 354
Decimal 144 18 236
Hex 90 12 EC

RGB Percentages of Color #9012ec

%36.18
%4.52
%59.30

CMYK Percentages of Color #9012ec

%39
%92
%0
%7

Triadic Colors of #9012ec

#9012ec #ec9012 #12ec90

Analogous Colors of #9012ec

#9012ec #ec12db #2312ec

Monochromatic Colors of #9012ec

#9012ec

Complementary Color

#9012ec #6eec12

#9012ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9012ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9012ec Color CSS Codes

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

#9012ec Text Font Color

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

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


#9012ec Background Color

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

This div background color is #9012ec


#9012ec Border Color

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

This div border color is #9012ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,18,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 #9012ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9012ec


Comments

No comments written yet.

Please login to write comment.