Color Hex Logo

#863dae Color Hex

#863DAE
(134,61,174)
0 Favorites   0 Comments

Color spaces of #863dae

RGB 13461174
HSL0.770.480.46
HSV279°65°68°
CMYK 0.230.650.00   0.32
XYZ19.140211.461841.2479
Yxy11.46180.26640.1595
Hunter Lab33.855341.6689-48.5378
CIE-Lab40.347650.1932-47.5629

#863dae color RGB value is (134,61,174).

#863dae hex color red value is 134, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #863dae hue: 0.77 , saturation: 0.48 and the lightness value of 863dae is 0.46.

The process color (four color CMYK) of #863dae color hex is 0.23, 0.65, 0.00, 0.32. Web safe color of #863dae is #993399. Color #863dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 10101110
Octal 206 75 256
Decimal 134 61 174
Hex 86 3D AE

RGB Percentages of Color #863dae

%36.31
%16.53
%47.15

CMYK Percentages of Color #863dae

%23
%65
%0
%32

Triadic Colors of #863dae

#863dae #ae863d #3dae86

Analogous Colors of #863dae

#863dae #ae3d9e #4e3dae

Monochromatic Colors of #863dae

#863dae

Complementary Color

#863dae #65ae3d

#863dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#863dae Color CSS Codes

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

#863dae Text Font Color

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

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


#863dae Background Color

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

This div background color is #863dae


#863dae Border Color

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

This div border color is #863dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863dae


Comments

No comments written yet.

Please login to write comment.