Color Hex Logo

#880dcf Color Hex

#880DCF
(136,13,207)
0 Favorites   0 Comments

Color spaces of #880dcf

RGB 13613207
HSL0.770.880.43
HSV278°94°81°
CMYK 0.340.940.00   0.19
XYZ21.559810.027159.8306
Yxy10.02710.23580.1097
Hunter Lab31.665666.1185-89.8596
CIE-Lab37.891072.6448-70.8985

#880dcf color RGB value is (136,13,207).

#880dcf hex color red value is 136, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #880dcf hue: 0.77 , saturation: 0.88 and the lightness value of 880dcf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 11001111
Octal 210 15 317
Decimal 136 13 207
Hex 88 D CF

RGB Percentages of Color #880dcf

%38.20
%3.65
%58.15

CMYK Percentages of Color #880dcf

%34
%94
%0
%19

Triadic Colors of #880dcf

#880dcf #cf880d #0dcf88

Analogous Colors of #880dcf

#880dcf #cf0db5 #270dcf

Monochromatic Colors of #880dcf

#880dcf

Complementary Color

#880dcf #54cf0d

#880dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#880dcf Color CSS Codes

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

#880dcf Text Font Color

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

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


#880dcf Background Color

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

This div background color is #880dcf


#880dcf Border Color

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

This div border color is #880dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880dcf


Comments

No comments written yet.

Please login to write comment.