Color Hex Logo

#883cfe Color Hex

#883CFE
(136,60,254)
0 Favorites   0 Comments

Color spaces of #883cfe

RGB 13660254
HSL0.730.990.62
HSV264°76°100°
CMYK 0.460.760.00   0.00
XYZ29.658615.621795.2180
Yxy15.62170.21110.1112
Hunter Lab39.524364.7769-115.1686
CIE-Lab46.474269.8508-83.5424

#883cfe color RGB value is (136,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 11111110
Octal 210 74 376
Decimal 136 60 254
Hex 88 3C FE

RGB Percentages of Color #883cfe

%30.22
%13.33
%56.44

CMYK Percentages of Color #883cfe

%46
%76
%0
%0

Triadic Colors of #883cfe

#883cfe #fe883c #3cfe88

Analogous Colors of #883cfe

#883cfe #e93cfe #3c51fe

Monochromatic Colors of #883cfe

#883cfe

Complementary Color

#883cfe #b2fe3c

#883cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cfe Color CSS Codes

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

#883cfe Text Font Color

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

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


#883cfe Background Color

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

This div background color is #883cfe


#883cfe Border Color

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

This div border color is #883cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,60,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 #883cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.