Color Hex Logo

#863bdf Color Hex

#863BDF
(134,59,223)
0 Favorites   0 Comments

Color spaces of #863bdf

RGB 13459223
HSL0.740.720.55
HSV267°74°87°
CMYK 0.400.740.00   0.13
XYZ24.714813.524071.1198
Yxy13.52400.22600.1237
Hunter Lab36.775055.6055-88.9195
CIE-Lab43.542462.4880-70.8702

#863bdf color RGB value is (134,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111011 11011111
Octal 206 73 337
Decimal 134 59 223
Hex 86 3B DF

RGB Percentages of Color #863bdf

%32.21
%14.18
%53.61

CMYK Percentages of Color #863bdf

%40
%74
%0
%13

Triadic Colors of #863bdf

#863bdf #df863b #3bdf86

Analogous Colors of #863bdf

#863bdf #d83bdf #3b42df

Monochromatic Colors of #863bdf

#863bdf

Complementary Color

#863bdf #94df3b

#863bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#863bdf Color CSS Codes

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

#863bdf Text Font Color

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

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


#863bdf Background Color

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

This div background color is #863bdf


#863bdf Border Color

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

This div border color is #863bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,59,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 #863bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863bdf


Comments

No comments written yet.

Please login to write comment.