Color Hex Logo

#883cfb Color Hex

#883CFB
(136,60,251)
0 Favorites   0 Comments

Color spaces of #883cfb

RGB 13660251
HSL0.730.960.61
HSV264°76°98°
CMYK 0.460.760.00   0.02
XYZ29.181815.431092.7072
Yxy15.43100.21250.1124
Hunter Lab39.282363.8589-112.4282
CIE-Lab46.219069.1238-82.2864

#883cfb color RGB value is (136,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 11111011
Octal 210 74 373
Decimal 136 60 251
Hex 88 3C FB

RGB Percentages of Color #883cfb

%30.43
%13.42
%56.15

CMYK Percentages of Color #883cfb

%46
%76
%0
%2

Triadic Colors of #883cfb

#883cfb #fb883c #3cfb88

Analogous Colors of #883cfb

#883cfb #e83cfb #3c50fb

Monochromatic Colors of #883cfb

#883cfb

Complementary Color

#883cfb #affb3c

#883cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cfb Color CSS Codes

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

#883cfb Text Font Color

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

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


#883cfb Background Color

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

This div background color is #883cfb


#883cfb Border Color

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

This div border color is #883cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cfb


Comments

No comments written yet.

Please login to write comment.