Color Hex Logo

#8b03dd Color Hex

#8B03DD
(139,3,221)
0 Favorites   0 Comments

Color spaces of #8b03dd

RGB 1393221
HSL0.770.970.44
HSV277°99°87°
CMYK 0.370.990.00   0.13
XYZ23.731210.774669.2355
Yxy10.77460.22880.1039
Hunter Lab32.824771.6066-102.0802
CIE-Lab39.198276.9219-76.8139

#8b03dd color RGB value is (139,3,221).

#8b03dd hex color red value is 139, green value is 3 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8b03dd hue: 0.77 , saturation: 0.97 and the lightness value of 8b03dd is 0.44.

The process color (four color CMYK) of #8b03dd color hex is 0.37, 0.99, 0.00, 0.13. Web safe color of #8b03dd is #9900cc. Color #8b03dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000011 11011101
Octal 213 3 335
Decimal 139 3 221
Hex 8B 3 DD

RGB Percentages of Color #8b03dd

%38.29
%0.83
%60.88

CMYK Percentages of Color #8b03dd

%37
%99
%0
%13

Triadic Colors of #8b03dd

#8b03dd #dd8b03 #03dd8b

Analogous Colors of #8b03dd

#8b03dd #dd03c2 #1e03dd

Monochromatic Colors of #8b03dd

#8b03dd

Complementary Color

#8b03dd #55dd03

#8b03dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b03dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b03dd Color CSS Codes

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

#8b03dd Text Font Color

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

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


#8b03dd Background Color

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

This div background color is #8b03dd


#8b03dd Border Color

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

This div border color is #8b03dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,3,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b03dd


Comments

No comments written yet.

Please login to write comment.