Color Hex Logo

#8b2fdf Color Hex

#8B2FDF
(139,47,223)
0 Favorites   0 Comments

Color spaces of #8b2fdf

RGB 13947223
HSL0.750.730.53
HSV271°79°87°
CMYK 0.380.790.00   0.13
XYZ24.983312.849770.9755
Yxy12.84970.22960.1181
Hunter Lab35.846561.6747-92.3008
CIE-Lab42.535967.9779-72.4882

#8b2fdf color RGB value is (139,47,223).

#8b2fdf hex color red value is 139, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8b2fdf hue: 0.75 , saturation: 0.73 and the lightness value of 8b2fdf is 0.53.

The process color (four color CMYK) of #8b2fdf color hex is 0.38, 0.79, 0.00, 0.13. Web safe color of #8b2fdf is #9933cc. Color #8b2fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00101111 11011111
Octal 213 57 337
Decimal 139 47 223
Hex 8B 2F DF

RGB Percentages of Color #8b2fdf

%33.99
%11.49
%54.52

CMYK Percentages of Color #8b2fdf

%38
%79
%0
%13

Triadic Colors of #8b2fdf

#8b2fdf #df8b2f #2fdf8b

Analogous Colors of #8b2fdf

#8b2fdf #df2fdb #332fdf

Monochromatic Colors of #8b2fdf

#8b2fdf

Complementary Color

#8b2fdf #83df2f

#8b2fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b2fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b2fdf Color CSS Codes

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

#8b2fdf Text Font Color

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

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


#8b2fdf Background Color

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

This div background color is #8b2fdf


#8b2fdf Border Color

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

This div border color is #8b2fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b2fdf


Comments

No comments written yet.

Please login to write comment.