Color Hex Logo

#8758dd Color Hex

#8758DD
(135,88,221)
0 Favorites   0 Comments

Color spaces of #8758dd

RGB 13588221
HSL0.730.660.61
HSV261°60°87°
CMYK 0.390.600.00   0.13
XYZ26.532517.350870.3572
Yxy17.35080.23230.1519
Hunter Lab41.654340.8040-70.9872
CIE-Lab48.699047.9007-61.3570

#8758dd color RGB value is (135,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011000 11011101
Octal 207 130 335
Decimal 135 88 221
Hex 87 58 DD

RGB Percentages of Color #8758dd

%30.41
%19.82
%49.77

CMYK Percentages of Color #8758dd

%39
%60
%0
%13

Triadic Colors of #8758dd

#8758dd #dd8758 #58dd87

Analogous Colors of #8758dd

#8758dd #ca58dd #586cdd

Monochromatic Colors of #8758dd

#8758dd

Complementary Color

#8758dd #aedd58

#8758dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8758dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8758dd Color CSS Codes

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

#8758dd Text Font Color

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

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


#8758dd Background Color

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

This div background color is #8758dd


#8758dd Border Color

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

This div border color is #8758dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,88,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 #8758dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8758dd


Comments

No comments written yet.

Please login to write comment.