Color Hex Logo

#8b3dee Color Hex

#8B3DEE
(139,61,238)
0 Favorites   0 Comments

Color spaces of #8b3dee

RGB 13961238
HSL0.740.840.59
HSV266°74°93°
CMYK 0.420.740.00   0.07
XYZ27.748814.999582.3216
Yxy14.99950.22190.1199
Hunter Lab38.729260.1161-98.9146
CIE-Lab45.633566.0331-75.9351

#8b3dee color RGB value is (139,61,238).

#8b3dee hex color red value is 139, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8b3dee hue: 0.74 , saturation: 0.84 and the lightness value of 8b3dee is 0.59.

The process color (four color CMYK) of #8b3dee color hex is 0.42, 0.74, 0.00, 0.07. Web safe color of #8b3dee is #9933ff. Color #8b3dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00111101 11101110
Octal 213 75 356
Decimal 139 61 238
Hex 8B 3D EE

RGB Percentages of Color #8b3dee

%31.74
%13.93
%54.34

CMYK Percentages of Color #8b3dee

%42
%74
%0
%7

Triadic Colors of #8b3dee

#8b3dee #ee8b3d #3dee8b

Analogous Colors of #8b3dee

#8b3dee #e43dee #3d47ee

Monochromatic Colors of #8b3dee

#8b3dee

Complementary Color

#8b3dee #a0ee3d

#8b3dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b3dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b3dee Color CSS Codes

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

#8b3dee Text Font Color

<p style="color:#8b3dee">Text here</p>

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


#8b3dee Background Color

<div style="background-color:#8b3dee">
Div content here</div>

This div background color is #8b3dee


#8b3dee Border Color

<div style="border:3px solid #8b3dee">
Div here</div>

This div border color is #8b3dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,61,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 #8b3dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b3dee


Comments

No comments written yet.

Please login to write comment.