Color Hex Logo

#8842be Color Hex

#8842BE
(136,66,190)
0 Favorites   0 Comments

Color spaces of #8842be

RGB 13666190
HSL0.760.490.50
HSV274°65°75°
CMYK 0.280.650.00   0.25
XYZ21.395812.848450.0675
Yxy12.84840.25380.1524
Hunter Lab35.844743.8191-57.7245
CIE-Lab42.533951.8571-53.4491

#8842be color RGB value is (136,66,190).

#8842be hex color red value is 136, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8842be hue: 0.76 , saturation: 0.49 and the lightness value of 8842be is 0.50.

The process color (four color CMYK) of #8842be color hex is 0.28, 0.65, 0.00, 0.25. Web safe color of #8842be is #9933cc. Color #8842be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 10111110
Octal 210 102 276
Decimal 136 66 190
Hex 88 42 BE

RGB Percentages of Color #8842be

%34.69
%16.84
%48.47

CMYK Percentages of Color #8842be

%28
%65
%0
%25

Triadic Colors of #8842be

#8842be #be8842 #42be88

Analogous Colors of #8842be

#8842be #be42b6 #4a42be

Monochromatic Colors of #8842be

#8842be

Complementary Color

#8842be #78be42

#8842be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8842be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8842be Color CSS Codes

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

#8842be Text Font Color

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

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


#8842be Background Color

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

This div background color is #8842be


#8842be Border Color

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

This div border color is #8842be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8842be


Comments

No comments written yet.

Please login to write comment.