Color Hex Logo

#880267 Color Hex

#880267
(136,2,103)
0 Favorites   0 Comments

Color spaces of #880267

RGB 1362103
HSL0.870.970.27
HSV315°99°53°
CMYK 0.000.990.24   0.47
XYZ12.62326.256913.3744
Yxy6.25690.39140.1940
Hunter Lab25.013846.3058-14.1916
CIE-Lab30.051656.6038-20.0194

#880267 color RGB value is (136,2,103).

#880267 hex color red value is 136, green value is 2 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #880267 hue: 0.87 , saturation: 0.97 and the lightness value of 880267 is 0.27.

The process color (four color CMYK) of #880267 color hex is 0.00, 0.99, 0.24, 0.47. Web safe color of #880267 is #990066. Color #880267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000010 01100111
Octal 210 2 147
Decimal 136 2 103
Hex 88 2 67

RGB Percentages of Color #880267

%56.43
%0.83
%42.74

CMYK Percentages of Color #880267

%0
%99
%24
%47

Triadic Colors of #880267

#880267 #678802 #026788

Analogous Colors of #880267

#880267 #880224 #660288

Monochromatic Colors of #880267

#880267

Complementary Color

#880267 #028823

#880267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880267 Color CSS Codes

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

#880267 Text Font Color

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

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


#880267 Background Color

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

This div background color is #880267


#880267 Border Color

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

This div border color is #880267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880267


Comments

No comments written yet.

Please login to write comment.