Color Hex Logo

#880cd2 Color Hex

#880CD2
(136,12,210)
0 Favorites   0 Comments

Color spaces of #880cd2

RGB 13612210
HSL0.770.890.44
HSV278°94°82°
CMYK 0.350.940.00   0.18
XYZ21.917710.150361.7768
Yxy10.15030.23360.1082
Hunter Lab31.859567.0445-92.6638
CIE-Lab38.110873.3754-72.2768

#880cd2 color RGB value is (136,12,210).

#880cd2 hex color red value is 136, green value is 12 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #880cd2 hue: 0.77 , saturation: 0.89 and the lightness value of 880cd2 is 0.44.

The process color (four color CMYK) of #880cd2 color hex is 0.35, 0.94, 0.00, 0.18. Web safe color of #880cd2 is #9900cc. Color #880cd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 11010010
Octal 210 14 322
Decimal 136 12 210
Hex 88 C D2

RGB Percentages of Color #880cd2

%37.99
%3.35
%58.66

CMYK Percentages of Color #880cd2

%35
%94
%0
%18

Triadic Colors of #880cd2

#880cd2 #d2880c #0cd288

Analogous Colors of #880cd2

#880cd2 #d20cb9 #250cd2

Monochromatic Colors of #880cd2

#880cd2

Complementary Color

#880cd2 #56d20c

#880cd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cd2 Color CSS Codes

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

#880cd2 Text Font Color

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

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


#880cd2 Background Color

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

This div background color is #880cd2


#880cd2 Border Color

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

This div border color is #880cd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cd2


Comments

No comments written yet.

Please login to write comment.