Color Hex Logo

#863dee Color Hex

#863DEE
(134,61,238)
0 Favorites   0 Comments

Color spaces of #863dee

RGB 13461238
HSL0.740.840.59
HSV265°74°93°
CMYK 0.440.740.00   0.07
XYZ26.932914.578982.2834
Yxy14.57890.21760.1178
Hunter Lab38.182359.0906-101.0431
CIE-Lab45.052065.2564-76.9096

#863dee color RGB value is (134,61,238).

#863dee hex color red value is 134, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #863dee hue: 0.74 , saturation: 0.84 and the lightness value of 863dee is 0.59.

The process color (four color CMYK) of #863dee color hex is 0.44, 0.74, 0.00, 0.07. Web safe color of #863dee is #9933ff. Color #863dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 11101110
Octal 206 75 356
Decimal 134 61 238
Hex 86 3D EE

RGB Percentages of Color #863dee

%30.95
%14.09
%54.97

CMYK Percentages of Color #863dee

%44
%74
%0
%7

Triadic Colors of #863dee

#863dee #ee863d #3dee86

Analogous Colors of #863dee

#863dee #df3dee #3d4dee

Monochromatic Colors of #863dee

#863dee

Complementary Color

#863dee #a5ee3d

#863dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#863dee Color CSS Codes

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

#863dee Text Font Color

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

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


#863dee Background Color

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

This div background color is #863dee


#863dee Border Color

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

This div border color is #863dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863dee


Comments

No comments written yet.

Please login to write comment.