Color Hex Logo

#885dff Color Hex

#885DFF
(136,93,255)
0 Favorites   0 Comments

Color spaces of #885dff

RGB 13693255
HSL0.711.000.68
HSV256°64°100°
CMYK 0.470.640.00   0.00
XYZ32.117720.282996.8300
Yxy20.28290.21520.1359
Hunter Lab45.036548.4829-95.9498
CIE-Lab52.155654.4874-74.8202

#885dff color RGB value is (136,93,255).

#885dff hex color red value is 136, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #885dff hue: 0.71 , saturation: 1.00 and the lightness value of 885dff is 0.68.

The process color (four color CMYK) of #885dff color hex is 0.47, 0.64, 0.00, 0.00. Web safe color of #885dff is #9966ff. Color #885dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011101 11111111
Octal 210 135 377
Decimal 136 93 255
Hex 88 5D FF

RGB Percentages of Color #885dff

%28.10
%19.21
%52.69

CMYK Percentages of Color #885dff

%47
%64
%0
%0

Triadic Colors of #885dff

#885dff #ff885d #5dff88

Analogous Colors of #885dff

#885dff #d95dff #5d83ff

Monochromatic Colors of #885dff

#885dff

Complementary Color

#885dff #d4ff5d

#885dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#885dff Color CSS Codes

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

#885dff Text Font Color

<p style="color:#885dff">Text here</p>

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


#885dff Background Color

<div style="background-color:#885dff">
Div content here</div>

This div background color is #885dff


#885dff Border Color

<div style="border:3px solid #885dff">
Div here</div>

This div border color is #885dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,93,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885dff;
  -webkit-box-shadow: 1px 1px 3px 2px #885dff;
  box-shadow:         1px 1px 3px 2px #885dff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885dff

Related Colors


Comments

No comments written yet.

Please login to write comment.