Color Hex Logo

#8842bc Color Hex

#8842BC
(136,66,188)
0 Favorites   0 Comments

Color spaces of #8842bc

RGB 13666188
HSL0.760.480.50
HSV274°65°74°
CMYK 0.280.650.00   0.26
XYZ21.178712.761548.9239
Yxy12.76150.25560.1540
Hunter Lab35.723243.3089-56.1929
CIE-Lab42.401751.3950-52.4927

#8842bc color RGB value is (136,66,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 10111100
Octal 210 102 274
Decimal 136 66 188
Hex 88 42 BC

RGB Percentages of Color #8842bc

%34.87
%16.92
%48.21

CMYK Percentages of Color #8842bc

%28
%65
%0
%26

Triadic Colors of #8842bc

#8842bc #bc8842 #42bc88

Analogous Colors of #8842bc

#8842bc #bc42b3 #4b42bc

Monochromatic Colors of #8842bc

#8842bc

Complementary Color

#8842bc #76bc42

#8842bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8842bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8842bc Color CSS Codes

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

#8842bc Text Font Color

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

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


#8842bc Background Color

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

This div background color is #8842bc


#8842bc Border Color

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

This div border color is #8842bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8842bc


Comments

No comments written yet.

Please login to write comment.