Color Hex Logo

#88248f Color Hex

#88248F
(136,36,143)
0 Favorites   0 Comments

Color spaces of #88248f

RGB 13636143
HSL0.820.600.35
HSV296°75°56°
CMYK 0.050.750.00   0.44
XYZ15.74218.479226.7935
Yxy8.47920.30860.1662
Hunter Lab29.119145.5408-34.1715
CIE-Lab34.961654.9238-37.4646

#88248f color RGB value is (136,36,143).

#88248f hex color red value is 136, green value is 36 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #88248f hue: 0.82 , saturation: 0.60 and the lightness value of 88248f is 0.35.

The process color (four color CMYK) of #88248f color hex is 0.05, 0.75, 0.00, 0.44. Web safe color of #88248f is #993399. Color #88248f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 10001111
Octal 210 44 217
Decimal 136 36 143
Hex 88 24 8F

RGB Percentages of Color #88248f

%43.17
%11.43
%45.40

CMYK Percentages of Color #88248f

%5
%75
%0
%44

Triadic Colors of #88248f

#88248f #8f8824 #248f88

Analogous Colors of #88248f

#88248f #8f2461 #52248f

Monochromatic Colors of #88248f

#88248f

Complementary Color

#88248f #2b8f24

#88248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88248f Color CSS Codes

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

#88248f Text Font Color

<p style="color:#88248f">Text here</p>

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


#88248f Background Color

<div style="background-color:#88248f">
Div content here</div>

This div background color is #88248f


#88248f Border Color

<div style="border:3px solid #88248f">
Div here</div>

This div border color is #88248f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,36,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88248f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88248f;
  -webkit-box-shadow: 1px 1px 3px 2px #88248f;
  box-shadow:         1px 1px 3px 2px #88248f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88248f


Comments

No comments written yet.

Please login to write comment.