Color Hex Logo

#88238d Color Hex

#88238D
(136,35,141)
0 Favorites   0 Comments

Color spaces of #88238d

RGB 13635141
HSL0.830.600.35
HSV297°75°55°
CMYK 0.040.750.00   0.45
XYZ15.56218.359425.9926
Yxy8.35940.31180.1675
Hunter Lab28.912645.4798-33.0632
CIE-Lab34.720454.9126-36.6190

#88238d color RGB value is (136,35,141).

#88238d hex color red value is 136, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #88238d hue: 0.83 , saturation: 0.60 and the lightness value of 88238d is 0.35.

The process color (four color CMYK) of #88238d color hex is 0.04, 0.75, 0.00, 0.45. Web safe color of #88238d is #993399. Color #88238d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 10001101
Octal 210 43 215
Decimal 136 35 141
Hex 88 23 8D

RGB Percentages of Color #88238d

%43.59
%11.22
%45.19

CMYK Percentages of Color #88238d

%4
%75
%0
%45

Triadic Colors of #88238d

#88238d #8d8823 #238d88

Analogous Colors of #88238d

#88238d #8d235d #53238d

Monochromatic Colors of #88238d

#88238d

Complementary Color

#88238d #288d23

#88238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88238d Color CSS Codes

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

#88238d Text Font Color

<p style="color:#88238d">Text here</p>

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


#88238d Background Color

<div style="background-color:#88238d">
Div content here</div>

This div background color is #88238d


#88238d Border Color

<div style="border:3px solid #88238d">
Div here</div>

This div border color is #88238d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,35,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88238d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88238d;
  -webkit-box-shadow: 1px 1px 3px 2px #88238d;
  box-shadow:         1px 1px 3px 2px #88238d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88238d


Comments

No comments written yet.

Please login to write comment.