Color Hex Logo

#8875da Color Hex

#8875DA
(136,117,218)
0 Favorites   0 Comments

Color spaces of #8875da

RGB 136117218
HSL0.700.580.66
HSV251°46°85°
CMYK 0.380.460.00   0.15
XYZ29.169523.018869.2353
Yxy23.01880.24020.1896
Hunter Lab47.977924.5627-51.9749
CIE-Lab55.091730.8318-49.4112

#8875da color RGB value is (136,117,218).

#8875da hex color red value is 136, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8875da hue: 0.70 , saturation: 0.58 and the lightness value of 8875da is 0.66.

The process color (four color CMYK) of #8875da color hex is 0.38, 0.46, 0.00, 0.15. Web safe color of #8875da is #9966cc. Color #8875da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 11011010
Octal 210 165 332
Decimal 136 117 218
Hex 88 75 DA

RGB Percentages of Color #8875da

%28.87
%24.84
%46.28

CMYK Percentages of Color #8875da

%38
%46
%0
%15

Triadic Colors of #8875da

#8875da #da8875 #75da88

Analogous Colors of #8875da

#8875da #bb75da #7595da

Monochromatic Colors of #8875da

#8875da

Complementary Color

#8875da #c7da75

#8875da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8875da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8875da Color CSS Codes

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

#8875da Text Font Color

<p style="color:#8875da">Text here</p>

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


#8875da Background Color

<div style="background-color:#8875da">
Div content here</div>

This div background color is #8875da


#8875da Border Color

<div style="border:3px solid #8875da">
Div here</div>

This div border color is #8875da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,117,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8875da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8875da;
  -webkit-box-shadow: 1px 1px 3px 2px #8875da;
  box-shadow:         1px 1px 3px 2px #8875da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8875da


Comments

No comments written yet.

Please login to write comment.