Color Hex Logo

#9008ee Color Hex

#9008EE
(144,8,238)
0 Favorites   0 Comments

Color spaces of #9008ee

RGB 1448238
HSL0.770.930.48
HSV275°97°93°
CMYK 0.390.970.00   0.07
XYZ27.021012.276081.8343
Yxy12.27600.22310.1013
Hunter Lab35.037176.3461-113.9544
CIE-Lab41.651580.2715-82.4405

#9008ee color RGB value is (144,8,238).

#9008ee hex color red value is 144, green value is 8 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9008ee hue: 0.77 , saturation: 0.93 and the lightness value of 9008ee is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001000 11101110
Octal 220 10 356
Decimal 144 8 238
Hex 90 8 EE

RGB Percentages of Color #9008ee

%36.92
%2.05
%61.03

CMYK Percentages of Color #9008ee

%39
%97
%0
%7

Triadic Colors of #9008ee

#9008ee #ee9008 #08ee90

Analogous Colors of #9008ee

#9008ee #ee08d9 #1d08ee

Monochromatic Colors of #9008ee

#9008ee

Complementary Color

#9008ee #66ee08

#9008ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9008ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9008ee Color CSS Codes

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

#9008ee Text Font Color

<p style="color:#9008ee">Text here</p>

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


#9008ee Background Color

<div style="background-color:#9008ee">
Div content here</div>

This div background color is #9008ee


#9008ee Border Color

<div style="border:3px solid #9008ee">
Div here</div>

This div border color is #9008ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,8,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9008ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9008ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9008ee;
  box-shadow:         1px 1px 3px 2px #9008ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,8,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9008ee


Comments

No comments written yet.

Please login to write comment.