Color Hex Logo

#883cfc Color Hex

#883CFC
(136,60,252)
0 Favorites   0 Comments

Color spaces of #883cfc

RGB 13660252
HSL0.730.970.61
HSV264°76°99°
CMYK 0.460.760.00   0.01
XYZ29.339915.494293.5398
Yxy15.49420.21200.1120
Hunter Lab39.362764.1645-113.3404
CIE-Lab46.303869.3663-82.7060

#883cfc color RGB value is (136,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 11111100
Octal 210 74 374
Decimal 136 60 252
Hex 88 3C FC

RGB Percentages of Color #883cfc

%30.36
%13.39
%56.25

CMYK Percentages of Color #883cfc

%46
%76
%0
%1

Triadic Colors of #883cfc

#883cfc #fc883c #3cfc88

Analogous Colors of #883cfc

#883cfc #e83cfc #3c50fc

Monochromatic Colors of #883cfc

#883cfc

Complementary Color

#883cfc #b0fc3c

#883cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cfc Color CSS Codes

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

#883cfc Text Font Color

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

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


#883cfc Background Color

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

This div background color is #883cfc


#883cfc Border Color

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

This div border color is #883cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cfc


Comments

No comments written yet.

Please login to write comment.