Color Hex Logo

#8848af Color Hex

#8848AF
(136,72,175)
0 Favorites   0 Comments

Color spaces of #8848af

RGB 13672175
HSL0.770.420.48
HSV277°59°69°
CMYK 0.220.590.00   0.31
XYZ20.208612.964141.9947
Yxy12.96410.26880.1725
Hunter Lab36.005737.1752-43.9480
CIE-Lab42.709145.3690-44.3596

#8848af color RGB value is (136,72,175).

#8848af hex color red value is 136, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8848af hue: 0.77 , saturation: 0.42 and the lightness value of 8848af is 0.48.

The process color (four color CMYK) of #8848af color hex is 0.22, 0.59, 0.00, 0.31. Web safe color of #8848af is #993399. Color #8848af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 10101111
Octal 210 110 257
Decimal 136 72 175
Hex 88 48 AF

RGB Percentages of Color #8848af

%35.51
%18.80
%45.69

CMYK Percentages of Color #8848af

%22
%59
%0
%31

Triadic Colors of #8848af

#8848af #af8848 #48af88

Analogous Colors of #8848af

#8848af #af48a3 #5548af

Monochromatic Colors of #8848af

#8848af

Complementary Color

#8848af #6faf48

#8848af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8848af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8848af Color CSS Codes

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

#8848af Text Font Color

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

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


#8848af Background Color

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

This div background color is #8848af


#8848af Border Color

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

This div border color is #8848af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8848af


Comments

No comments written yet.

Please login to write comment.