Color Hex Logo

#883efa Color Hex

#883EFA
(136,62,250)
0 Favorites   0 Comments

Color spaces of #883efa

RGB 13662250
HSL0.730.950.61
HSV264°75°98°
CMYK 0.460.750.00   0.02
XYZ29.131315.581691.9146
Yxy15.58160.21320.1140
Hunter Lab39.473562.6535-110.4260
CIE-Lab46.420768.0595-81.3968

#883efa color RGB value is (136,62,250).

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

The process color (four color CMYK) of #883efa color hex is 0.46, 0.75, 0.00, 0.02. Web safe color of #883efa is #9933ff. Color #883efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111110 11111010
Octal 210 76 372
Decimal 136 62 250
Hex 88 3E FA

RGB Percentages of Color #883efa

%30.36
%13.84
%55.80

CMYK Percentages of Color #883efa

%46
%75
%0
%2

Triadic Colors of #883efa

#883efa #fa883e #3efa88

Analogous Colors of #883efa

#883efa #e63efa #3e52fa

Monochromatic Colors of #883efa

#883efa

Complementary Color

#883efa #b0fa3e

#883efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#883efa Color CSS Codes

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

#883efa Text Font Color

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

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


#883efa Background Color

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

This div background color is #883efa


#883efa Border Color

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

This div border color is #883efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883efa


Comments

No comments written yet.

Please login to write comment.