Color Hex Logo

#9047ec Color Hex

#9047EC
(144,71,236)
0 Favorites   0 Comments

Color spaces of #9047ec

RGB 14471236
HSL0.740.810.60
HSV267°70°93°
CMYK 0.390.700.00   0.07
XYZ28.895216.491981.0172
Yxy16.49190.22860.1305
Hunter Lab40.610255.9394-89.8561
CIE-Lab47.613362.0056-71.5542

#9047ec color RGB value is (144,71,236).

#9047ec hex color red value is 144, green value is 71 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9047ec hue: 0.74 , saturation: 0.81 and the lightness value of 9047ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000111 11101100
Octal 220 107 354
Decimal 144 71 236
Hex 90 47 EC

RGB Percentages of Color #9047ec

%31.93
%15.74
%52.33

CMYK Percentages of Color #9047ec

%39
%70
%0
%7

Triadic Colors of #9047ec

#9047ec #ec9047 #47ec90

Analogous Colors of #9047ec

#9047ec #e347ec #4751ec

Monochromatic Colors of #9047ec

#9047ec

Complementary Color

#9047ec #a3ec47

#9047ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9047ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9047ec Color CSS Codes

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

#9047ec Text Font Color

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

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


#9047ec Background Color

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

This div background color is #9047ec


#9047ec Border Color

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

This div border color is #9047ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9047ec


Comments

No comments written yet.

Please login to write comment.