Color Hex Logo

#883ffc Color Hex

#883FFC
(136,63,252)
0 Favorites   0 Comments

Color spaces of #883ffc

RGB 13663252
HSL0.730.970.62
HSV263°75°99°
CMYK 0.460.750.00   0.01
XYZ29.501515.817593.5936
Yxy15.81750.21240.1139
Hunter Lab39.771262.8081-111.6873
CIE-Lab46.734168.1305-82.0004

#883ffc color RGB value is (136,63,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111111 11111100
Octal 210 77 374
Decimal 136 63 252
Hex 88 3F FC

RGB Percentages of Color #883ffc

%30.16
%13.97
%55.88

CMYK Percentages of Color #883ffc

%46
%75
%0
%1

Triadic Colors of #883ffc

#883ffc #fc883f #3ffc88

Analogous Colors of #883ffc

#883ffc #e73ffc #3f55fc

Monochromatic Colors of #883ffc

#883ffc

Complementary Color

#883ffc #b3fc3f

#883ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#883ffc Color CSS Codes

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

#883ffc Text Font Color

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

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


#883ffc Background Color

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

This div background color is #883ffc


#883ffc Border Color

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

This div border color is #883ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.