Color Hex Logo

#8848de Color Hex

#8848DE
(136,72,222)
0 Favorites   0 Comments

Color spaces of #8848de

RGB 13672222
HSL0.740.690.58
HSV266°68°87°
CMYK 0.390.680.00   0.13
XYZ25.655515.142970.6779
Yxy15.14290.23010.1358
Hunter Lab38.913949.5838-80.4466
CIE-Lab45.829356.6294-66.5672

#8848de color RGB value is (136,72,222).

#8848de hex color red value is 136, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8848de hue: 0.74 , saturation: 0.69 and the lightness value of 8848de is 0.58.

The process color (four color CMYK) of #8848de color hex is 0.39, 0.68, 0.00, 0.13. Web safe color of #8848de is #9933cc. Color #8848de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 11011110
Octal 210 110 336
Decimal 136 72 222
Hex 88 48 DE

RGB Percentages of Color #8848de

%31.63
%16.74
%51.63

CMYK Percentages of Color #8848de

%39
%68
%0
%13

Triadic Colors of #8848de

#8848de #de8848 #48de88

Analogous Colors of #8848de

#8848de #d348de #4853de

Monochromatic Colors of #8848de

#8848de

Complementary Color

#8848de #9ede48

#8848de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8848de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8848de Color CSS Codes

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

#8848de Text Font Color

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

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


#8848de Background Color

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

This div background color is #8848de


#8848de Border Color

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

This div border color is #8848de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8848de


Comments

No comments written yet.

Please login to write comment.