Color Hex Logo

#863daf Color Hex

#863DAF
(134,61,175)
0 Favorites   0 Comments

Color spaces of #863daf

RGB 13461175
HSL0.770.480.46
HSV278°65°69°
CMYK 0.230.650.00   0.31
XYZ19.238111.501041.7634
Yxy11.50100.26530.1586
Hunter Lab33.913141.9108-49.2754
CIE-Lab40.411850.4155-48.0527

#863daf color RGB value is (134,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 10101111
Octal 206 75 257
Decimal 134 61 175
Hex 86 3D AF

RGB Percentages of Color #863daf

%36.22
%16.49
%47.30

CMYK Percentages of Color #863daf

%23
%65
%0
%31

Triadic Colors of #863daf

#863daf #af863d #3daf86

Analogous Colors of #863daf

#863daf #af3d9f #4d3daf

Monochromatic Colors of #863daf

#863daf

Complementary Color

#863daf #66af3d

#863daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#863daf Color CSS Codes

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

#863daf Text Font Color

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

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


#863daf Background Color

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

This div background color is #863daf


#863daf Border Color

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

This div border color is #863daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863daf


Comments

No comments written yet.

Please login to write comment.