Color Hex Logo

#863ddd Color Hex

#863DDD
(134,61,221)
0 Favorites   0 Comments

Color spaces of #863ddd

RGB 13461221
HSL0.740.700.55
HSV267°72°87°
CMYK 0.390.720.00   0.13
XYZ24.551413.626369.7427
Yxy13.62630.22750.1263
Hunter Lab36.913854.1213-86.1792
CIE-Lab43.692261.1377-69.4847

#863ddd color RGB value is (134,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 11011101
Octal 206 75 335
Decimal 134 61 221
Hex 86 3D DD

RGB Percentages of Color #863ddd

%32.21
%14.66
%53.13

CMYK Percentages of Color #863ddd

%39
%72
%0
%13

Triadic Colors of #863ddd

#863ddd #dd863d #3ddd86

Analogous Colors of #863ddd

#863ddd #d63ddd #3d44dd

Monochromatic Colors of #863ddd

#863ddd

Complementary Color

#863ddd #94dd3d

#863ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#863ddd Color CSS Codes

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

#863ddd Text Font Color

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

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


#863ddd Background Color

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

This div background color is #863ddd


#863ddd Border Color

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

This div border color is #863ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,61,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 #863ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863ddd


Comments

No comments written yet.

Please login to write comment.