Color Hex Logo

#8844bc Color Hex

#8844BC
(136,68,188)
0 Favorites   0 Comments

Color spaces of #8844bc

RGB 13668188
HSL0.760.470.50
HSV274°64°74°
CMYK 0.280.640.00   0.26
XYZ21.297612.999348.9636
Yxy12.99930.25580.1561
Hunter Lab36.054542.3454-55.2802
CIE-Lab42.762250.4072-51.9126

#8844bc color RGB value is (136,68,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000100 10111100
Octal 210 104 274
Decimal 136 68 188
Hex 88 44 BC

RGB Percentages of Color #8844bc

%34.69
%17.35
%47.96

CMYK Percentages of Color #8844bc

%28
%64
%0
%26

Triadic Colors of #8844bc

#8844bc #bc8844 #44bc88

Analogous Colors of #8844bc

#8844bc #bc44b4 #4c44bc

Monochromatic Colors of #8844bc

#8844bc

Complementary Color

#8844bc #78bc44

#8844bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8844bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8844bc Color CSS Codes

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

#8844bc Text Font Color

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

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


#8844bc Background Color

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

This div background color is #8844bc


#8844bc Border Color

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

This div border color is #8844bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8844bc


Comments

No comments written yet.

Please login to write comment.