Color Hex Logo

#8863fd Color Hex

#8863FD
(136,99,253)
0 Favorites   0 Comments

Color spaces of #8863fd

RGB 13699253
HSL0.710.970.69
HSV254°61°99°
CMYK 0.460.610.00   0.01
XYZ32.344821.249895.3254
Yxy21.24980.21720.1427
Hunter Lab46.097544.5758-90.3380
CIE-Lab53.221850.7105-71.9805

#8863fd color RGB value is (136,99,253).

#8863fd hex color red value is 136, green value is 99 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8863fd hue: 0.71 , saturation: 0.97 and the lightness value of 8863fd is 0.69.

The process color (four color CMYK) of #8863fd color hex is 0.46, 0.61, 0.00, 0.01. Web safe color of #8863fd is #9966ff. Color #8863fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 11111101
Octal 210 143 375
Decimal 136 99 253
Hex 88 63 FD

RGB Percentages of Color #8863fd

%27.87
%20.29
%51.84

CMYK Percentages of Color #8863fd

%46
%61
%0
%1

Triadic Colors of #8863fd

#8863fd #fd8863 #63fd88

Analogous Colors of #8863fd

#8863fd #d563fd #638bfd

Monochromatic Colors of #8863fd

#8863fd

Complementary Color

#8863fd #d8fd63

#8863fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8863fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8863fd Color CSS Codes

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

#8863fd Text Font Color

<p style="color:#8863fd">Text here</p>

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


#8863fd Background Color

<div style="background-color:#8863fd">
Div content here</div>

This div background color is #8863fd


#8863fd Border Color

<div style="border:3px solid #8863fd">
Div here</div>

This div border color is #8863fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,99,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8863fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8863fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8863fd;
  box-shadow:         1px 1px 3px 2px #8863fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8863fd


Comments

No comments written yet.

Please login to write comment.