Color Hex Logo

#8750dd Color Hex

#8750DD
(135,80,221)
0 Favorites   0 Comments

Color spaces of #8750dd

RGB 13580221
HSL0.730.670.59
HSV263°64°87°
CMYK 0.390.640.00   0.13
XYZ25.911516.108770.1502
Yxy16.10870.23100.1436
Hunter Lab40.135645.0019-75.5338
CIE-Lab47.116852.1512-63.9153

#8750dd color RGB value is (135,80,221).

#8750dd hex color red value is 135, green value is 80 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8750dd hue: 0.73 , saturation: 0.67 and the lightness value of 8750dd is 0.59.

The process color (four color CMYK) of #8750dd color hex is 0.39, 0.64, 0.00, 0.13. Web safe color of #8750dd is #9966cc. Color #8750dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 11011101
Octal 207 120 335
Decimal 135 80 221
Hex 87 50 DD

RGB Percentages of Color #8750dd

%30.96
%18.35
%50.69

CMYK Percentages of Color #8750dd

%39
%64
%0
%13

Triadic Colors of #8750dd

#8750dd #dd8750 #50dd87

Analogous Colors of #8750dd

#8750dd #ce50dd #5060dd

Monochromatic Colors of #8750dd

#8750dd

Complementary Color

#8750dd #a6dd50

#8750dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8750dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8750dd Color CSS Codes

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

#8750dd Text Font Color

<p style="color:#8750dd">Text here</p>

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


#8750dd Background Color

<div style="background-color:#8750dd">
Div content here</div>

This div background color is #8750dd


#8750dd Border Color

<div style="border:3px solid #8750dd">
Div here</div>

This div border color is #8750dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,80,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8750dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8750dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8750dd;
  box-shadow:         1px 1px 3px 2px #8750dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,80,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8750dd


Comments

No comments written yet.

Please login to write comment.