Color Hex Logo

#883bfe Color Hex

#883BFE
(136,59,254)
0 Favorites   0 Comments

Color spaces of #883bfe

RGB 13659254
HSL0.730.990.61
HSV264°77°100°
CMYK 0.460.770.00   0.00
XYZ29.606715.517995.2007
Yxy15.51790.21100.1106
Hunter Lab39.392865.2192-115.7115
CIE-Lab46.335570.2506-83.7699

#883bfe color RGB value is (136,59,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 11111110
Octal 210 73 376
Decimal 136 59 254
Hex 88 3B FE

RGB Percentages of Color #883bfe

%30.29
%13.14
%56.57

CMYK Percentages of Color #883bfe

%46
%77
%0
%0

Triadic Colors of #883bfe

#883bfe #fe883b #3bfe88

Analogous Colors of #883bfe

#883bfe #ea3bfe #3b50fe

Monochromatic Colors of #883bfe

#883bfe

Complementary Color

#883bfe #b1fe3b

#883bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#883bfe Color CSS Codes

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

#883bfe Text Font Color

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

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


#883bfe Background Color

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

This div background color is #883bfe


#883bfe Border Color

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

This div border color is #883bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883bfe


Comments

No comments written yet.

Please login to write comment.