Color Hex Logo

#863fdd Color Hex

#863FDD
(134,63,221)
0 Favorites   0 Comments

Color spaces of #863fdd

RGB 13463221
HSL0.740.700.56
HSV267°71°87°
CMYK 0.390.710.00   0.13
XYZ24.660213.843869.7790
Yxy13.84380.22770.1278
Hunter Lab37.207353.1934-85.1482
CIE-Lab44.008160.2456-68.9699

#863fdd color RGB value is (134,63,221).

#863fdd hex color red value is 134, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #863fdd hue: 0.74 , saturation: 0.70 and the lightness value of 863fdd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 11011101
Octal 206 77 335
Decimal 134 63 221
Hex 86 3F DD

RGB Percentages of Color #863fdd

%32.06
%15.07
%52.87

CMYK Percentages of Color #863fdd

%39
%71
%0
%13

Triadic Colors of #863fdd

#863fdd #dd863f #3fdd86

Analogous Colors of #863fdd

#863fdd #d53fdd #3f47dd

Monochromatic Colors of #863fdd

#863fdd

Complementary Color

#863fdd #96dd3f

#863fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#863fdd Color CSS Codes

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

#863fdd Text Font Color

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

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


#863fdd Background Color

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

This div background color is #863fdd


#863fdd Border Color

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

This div border color is #863fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863fdd


Comments

No comments written yet.

Please login to write comment.