Color Hex Logo

#880deb Color Hex

#880DEB
(136,13,235)
0 Favorites   0 Comments

Color spaces of #880deb

RGB 13613235
HSL0.760.900.49
HSV273°94°92°
CMYK 0.420.940.00   0.08
XYZ25.292711.520279.4878
Yxy11.52020.21750.0991
Hunter Lab33.941473.6184-115.0929
CIE-Lab40.443278.3151-82.7689

#880deb color RGB value is (136,13,235).

#880deb hex color red value is 136, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #880deb hue: 0.76 , saturation: 0.90 and the lightness value of 880deb is 0.49.

The process color (four color CMYK) of #880deb color hex is 0.42, 0.94, 0.00, 0.08. Web safe color of #880deb is #9900ff. Color #880deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 11101011
Octal 210 15 353
Decimal 136 13 235
Hex 88 D EB

RGB Percentages of Color #880deb

%35.42
%3.39
%61.20

CMYK Percentages of Color #880deb

%42
%94
%0
%8

Triadic Colors of #880deb

#880deb #eb880d #0deb88

Analogous Colors of #880deb

#880deb #eb0ddf #190deb

Monochromatic Colors of #880deb

#880deb

Complementary Color

#880deb #70eb0d

#880deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#880deb Color CSS Codes

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

#880deb Text Font Color

<p style="color:#880deb">Text here</p>

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


#880deb Background Color

<div style="background-color:#880deb">
Div content here</div>

This div background color is #880deb


#880deb Border Color

<div style="border:3px solid #880deb">
Div here</div>

This div border color is #880deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,13,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880deb;
  -webkit-box-shadow: 1px 1px 3px 2px #880deb;
  box-shadow:         1px 1px 3px 2px #880deb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880deb


Comments

No comments written yet.

Please login to write comment.