Color Hex Logo

#883eff Color Hex

#883EFF
(136,62,255)
0 Favorites   0 Comments

Color spaces of #883eff

RGB 13662255
HSL0.731.000.62
HSV263°76°100°
CMYK 0.470.760.00   0.00
XYZ29.926015.899596.0994
Yxy15.89950.21090.1120
Hunter Lab39.874264.1864-114.9809
CIE-Lab46.842469.2801-83.4960

#883eff color RGB value is (136,62,255).

#883eff hex color red value is 136, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #883eff hue: 0.73 , saturation: 1.00 and the lightness value of 883eff is 0.62.

The process color (four color CMYK) of #883eff color hex is 0.47, 0.76, 0.00, 0.00. Web safe color of #883eff is #9933ff. Color #883eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111110 11111111
Octal 210 76 377
Decimal 136 62 255
Hex 88 3E FF

RGB Percentages of Color #883eff

%30.02
%13.69
%56.29

CMYK Percentages of Color #883eff

%47
%76
%0
%0

Triadic Colors of #883eff

#883eff #ff883e #3eff88

Analogous Colors of #883eff

#883eff #e93eff #3e55ff

Monochromatic Colors of #883eff

#883eff

Complementary Color

#883eff #b5ff3e

#883eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#883eff Color CSS Codes

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

#883eff Text Font Color

<p style="color:#883eff">Text here</p>

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


#883eff Background Color

<div style="background-color:#883eff">
Div content here</div>

This div background color is #883eff


#883eff Border Color

<div style="border:3px solid #883eff">
Div here</div>

This div border color is #883eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,62,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #883eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #883eff;
  -webkit-box-shadow: 1px 1px 3px 2px #883eff;
  box-shadow:         1px 1px 3px 2px #883eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,62,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883eff


Comments

No comments written yet.

Please login to write comment.