Color Hex Logo

#880cf6 Color Hex

#880CF6
(136,12,246)
0 Favorites   0 Comments

Color spaces of #880cf6

RGB 13612246
HSL0.750.930.51
HSV272°95°96°
CMYK 0.450.950.00   0.04
XYZ26.919412.151088.1153
Yxy12.15100.21170.0955
Hunter Lab34.858376.8451-125.4734
CIE-Lab41.455180.7052-87.3171

#880cf6 color RGB value is (136,12,246).

#880cf6 hex color red value is 136, green value is 12 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #880cf6 hue: 0.75 , saturation: 0.93 and the lightness value of 880cf6 is 0.51.

The process color (four color CMYK) of #880cf6 color hex is 0.45, 0.95, 0.00, 0.04. Web safe color of #880cf6 is #9900ff. Color #880cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 11110110
Octal 210 14 366
Decimal 136 12 246
Hex 88 C F6

RGB Percentages of Color #880cf6

%34.52
%3.05
%62.44

CMYK Percentages of Color #880cf6

%45
%95
%0
%4

Triadic Colors of #880cf6

#880cf6 #f6880c #0cf688

Analogous Colors of #880cf6

#880cf6 #f60cef #130cf6

Monochromatic Colors of #880cf6

#880cf6

Complementary Color

#880cf6 #7af60c

#880cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cf6 Color CSS Codes

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

#880cf6 Text Font Color

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

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


#880cf6 Background Color

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

This div background color is #880cf6


#880cf6 Border Color

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

This div border color is #880cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cf6


Comments

No comments written yet.

Please login to write comment.