Color Hex Logo

#863adf Color Hex

#863ADF
(134,58,223)
0 Favorites   0 Comments

Color spaces of #863adf

RGB 13458223
HSL0.740.720.55
HSV268°74°87°
CMYK 0.400.740.00   0.13
XYZ24.663913.422271.1028
Yxy13.42220.22590.1229
Hunter Lab36.636356.0542-89.4230
CIE-Lab43.392662.9144-71.1147

#863adf color RGB value is (134,58,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 11011111
Octal 206 72 337
Decimal 134 58 223
Hex 86 3A DF

RGB Percentages of Color #863adf

%32.29
%13.98
%53.73

CMYK Percentages of Color #863adf

%40
%74
%0
%13

Triadic Colors of #863adf

#863adf #df863a #3adf86

Analogous Colors of #863adf

#863adf #d93adf #3a41df

Monochromatic Colors of #863adf

#863adf

Complementary Color

#863adf #93df3a

#863adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#863adf Color CSS Codes

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

#863adf Text Font Color

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

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


#863adf Background Color

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

This div background color is #863adf


#863adf Border Color

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

This div border color is #863adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863adf


Comments

No comments written yet.

Please login to write comment.