Color Hex Logo

#8b3ddf Color Hex

#8B3DDF
(139,61,223)
0 Favorites   0 Comments

Color spaces of #8b3ddf

RGB 13961223
HSL0.750.720.56
HSV269°73°87°
CMYK 0.380.730.00   0.13
XYZ25.635514.154271.1929
Yxy14.15420.23100.1275
Hunter Lab37.622155.7904-85.8601
CIE-Lab44.453362.4766-69.3592

#8b3ddf color RGB value is (139,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00111101 11011111
Octal 213 75 337
Decimal 139 61 223
Hex 8B 3D DF

RGB Percentages of Color #8b3ddf

%32.86
%14.42
%52.72

CMYK Percentages of Color #8b3ddf

%38
%73
%0
%13

Triadic Colors of #8b3ddf

#8b3ddf #df8b3d #3ddf8b

Analogous Colors of #8b3ddf

#8b3ddf #dc3ddf #3d40df

Monochromatic Colors of #8b3ddf

#8b3ddf

Complementary Color

#8b3ddf #91df3d

#8b3ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b3ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b3ddf Color CSS Codes

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

#8b3ddf Text Font Color

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

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


#8b3ddf Background Color

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

This div background color is #8b3ddf


#8b3ddf Border Color

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

This div border color is #8b3ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b3ddf


Comments

No comments written yet.

Please login to write comment.