Color Hex Logo

#863dcb Color Hex

#863DCB
(134,61,203)
0 Favorites   0 Comments

Color spaces of #863dcb

RGB 13461203
HSL0.750.580.52
HSV271°70°80°
CMYK 0.340.700.00   0.20
XYZ22.279812.717657.7804
Yxy12.71760.24010.1371
Hunter Lab35.661749.1104-71.1005
CIE-Lab42.334656.8488-61.3442

#863dcb color RGB value is (134,61,203).

#863dcb hex color red value is 134, green value is 61 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #863dcb hue: 0.75 , saturation: 0.58 and the lightness value of 863dcb is 0.52.

The process color (four color CMYK) of #863dcb color hex is 0.34, 0.70, 0.00, 0.20. Web safe color of #863dcb is #9933cc. Color #863dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 11001011
Octal 206 75 313
Decimal 134 61 203
Hex 86 3D CB

RGB Percentages of Color #863dcb

%33.67
%15.33
%51.01

CMYK Percentages of Color #863dcb

%34
%70
%0
%20

Triadic Colors of #863dcb

#863dcb #cb863d #3dcb86

Analogous Colors of #863dcb

#863dcb #cb3dc9 #3f3dcb

Monochromatic Colors of #863dcb

#863dcb

Complementary Color

#863dcb #82cb3d

#863dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#863dcb Color CSS Codes

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

#863dcb Text Font Color

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

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


#863dcb Background Color

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

This div background color is #863dcb


#863dcb Border Color

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

This div border color is #863dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863dcb


Comments

No comments written yet.

Please login to write comment.