Color Hex Logo

#863dbc Color Hex

#863DBC
(134,61,188)
0 Favorites   0 Comments

Color spaces of #863dbc

RGB 13461188
HSL0.760.510.49
HSV274°68°74°
CMYK 0.290.680.00   0.26
XYZ20.577412.036748.8157
Yxy12.03670.25270.1478
Hunter Lab34.693945.1561-59.1375
CIE-Lab41.274453.3576-54.3233

#863dbc color RGB value is (134,61,188).

#863dbc hex color red value is 134, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #863dbc hue: 0.76 , saturation: 0.51 and the lightness value of 863dbc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 10111100
Octal 206 75 274
Decimal 134 61 188
Hex 86 3D BC

RGB Percentages of Color #863dbc

%34.99
%15.93
%49.09

CMYK Percentages of Color #863dbc

%29
%68
%0
%26

Triadic Colors of #863dbc

#863dbc #bc863d #3dbc86

Analogous Colors of #863dbc

#863dbc #bc3db3 #473dbc

Monochromatic Colors of #863dbc

#863dbc

Complementary Color

#863dbc #73bc3d

#863dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#863dbc Color CSS Codes

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

#863dbc Text Font Color

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

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


#863dbc Background Color

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

This div background color is #863dbc


#863dbc Border Color

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

This div border color is #863dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863dbc


Comments

No comments written yet.

Please login to write comment.