Color Hex Logo

#863fbe Color Hex

#863FBE
(134,63,190)
0 Favorites   0 Comments

Color spaces of #863fbe

RGB 13463190
HSL0.760.500.50
HSV274°67°75°
CMYK 0.290.670.00   0.25
XYZ20.903312.341149.9955
Yxy12.34110.25110.1483
Hunter Lab35.129944.7353-59.7883
CIE-Lab41.753252.8705-54.7212

#863fbe color RGB value is (134,63,190).

#863fbe hex color red value is 134, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #863fbe hue: 0.76 , saturation: 0.50 and the lightness value of 863fbe is 0.50.

The process color (four color CMYK) of #863fbe color hex is 0.29, 0.67, 0.00, 0.25. Web safe color of #863fbe is #9933cc. Color #863fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 10111110
Octal 206 77 276
Decimal 134 63 190
Hex 86 3F BE

RGB Percentages of Color #863fbe

%34.63
%16.28
%49.10

CMYK Percentages of Color #863fbe

%29
%67
%0
%25

Triadic Colors of #863fbe

#863fbe #be863f #3fbe86

Analogous Colors of #863fbe

#863fbe #be3fb7 #473fbe

Monochromatic Colors of #863fbe

#863fbe

Complementary Color

#863fbe #77be3f

#863fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#863fbe Color CSS Codes

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

#863fbe Text Font Color

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

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


#863fbe Background Color

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

This div background color is #863fbe


#863fbe Border Color

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

This div border color is #863fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863fbe


Comments

No comments written yet.

Please login to write comment.