Color Hex Logo

#885ded Color Hex

#885DED
(136,93,237)
0 Favorites   0 Comments

Color spaces of #885ded

RGB 13693237
HSL0.720.800.65
HSV258°61°93°
CMYK 0.430.610.00   0.07
XYZ29.353819.177482.2753
Yxy19.17740.22440.1466
Hunter Lab43.792043.0126-80.7381
CIE-Lab50.894149.6337-66.8310

#885ded color RGB value is (136,93,237).

#885ded hex color red value is 136, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #885ded hue: 0.72 , saturation: 0.80 and the lightness value of 885ded is 0.65.

The process color (four color CMYK) of #885ded color hex is 0.43, 0.61, 0.00, 0.07. Web safe color of #885ded is #9966ff. Color #885ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011101 11101101
Octal 210 135 355
Decimal 136 93 237
Hex 88 5D ED

RGB Percentages of Color #885ded

%29.18
%19.96
%50.86

CMYK Percentages of Color #885ded

%43
%61
%0
%7

Triadic Colors of #885ded

#885ded #ed885d #5ded88

Analogous Colors of #885ded

#885ded #d05ded #5d7aed

Monochromatic Colors of #885ded

#885ded

Complementary Color

#885ded #c2ed5d

#885ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ded Color CSS Codes

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

#885ded Text Font Color

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

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


#885ded Background Color

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

This div background color is #885ded


#885ded Border Color

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

This div border color is #885ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ded


Comments

No comments written yet.

Please login to write comment.