Color Hex Logo

#880fcf Color Hex

#880FCF
(136,15,207)
0 Favorites   0 Comments

Color spaces of #880fcf

RGB 13615207
HSL0.770.860.44
HSV278°93°81°
CMYK 0.340.930.00   0.19
XYZ21.586710.080959.8395
Yxy10.08090.23590.1102
Hunter Lab31.750465.7965-89.5175
CIE-Lab37.987272.3569-70.7407

#880fcf color RGB value is (136,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 11001111
Octal 210 17 317
Decimal 136 15 207
Hex 88 F CF

RGB Percentages of Color #880fcf

%37.99
%4.19
%57.82

CMYK Percentages of Color #880fcf

%34
%93
%0
%19

Triadic Colors of #880fcf

#880fcf #cf880f #0fcf88

Analogous Colors of #880fcf

#880fcf #cf0fb6 #280fcf

Monochromatic Colors of #880fcf

#880fcf

Complementary Color

#880fcf #56cf0f

#880fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#880fcf Color CSS Codes

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

#880fcf Text Font Color

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

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


#880fcf Background Color

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

This div background color is #880fcf


#880fcf Border Color

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

This div border color is #880fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,15,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 #880fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880fcf


Comments

No comments written yet.

Please login to write comment.