Color Hex Logo

#863add Color Hex

#863ADD
(134,58,221)
0 Favorites   0 Comments

Color spaces of #863add

RGB 13458221
HSL0.740.710.55
HSV268°74°87°
CMYK 0.390.740.00   0.13
XYZ24.395713.314969.6908
Yxy13.31490.22710.1240
Hunter Lab36.489655.4823-87.6942
CIE-Lab43.233962.4382-70.2320

#863add color RGB value is (134,58,221).

#863add hex color red value is 134, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #863add hue: 0.74 , saturation: 0.71 and the lightness value of 863add is 0.55.

The process color (four color CMYK) of #863add color hex is 0.39, 0.74, 0.00, 0.13. Web safe color of #863add is #9933cc. Color #863add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 11011101
Octal 206 72 335
Decimal 134 58 221
Hex 86 3A DD

RGB Percentages of Color #863add

%32.45
%14.04
%53.51

CMYK Percentages of Color #863add

%39
%74
%0
%13

Triadic Colors of #863add

#863add #dd863a #3add86

Analogous Colors of #863add

#863add #d83add #3a40dd

Monochromatic Colors of #863add

#863add

Complementary Color

#863add #91dd3a

#863add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863add Color Preview on White Background

Lorem ipsum dolor sit amet.

#863add Color CSS Codes

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

#863add Text Font Color

<p style="color:#863add">Text here</p>

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


#863add Background Color

<div style="background-color:#863add">
Div content here</div>

This div background color is #863add


#863add Border Color

<div style="border:3px solid #863add">
Div here</div>

This div border color is #863add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,58,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863add;
  -webkit-box-shadow: 1px 1px 3px 2px #863add;
  box-shadow:         1px 1px 3px 2px #863add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,58,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863add


Comments

No comments written yet.

Please login to write comment.