Color Hex Logo

#8d77dd Color Hex

#8D77DD
(141,119,221)
0 Favorites   0 Comments

Color spaces of #8d77dd

RGB 141119221
HSL0.700.600.67
HSV253°46°87°
CMYK 0.360.460.00   0.13
XYZ30.632524.076871.4394
Yxy24.07680.24280.1909
Hunter Lab49.068125.5657-51.9740
CIE-Lab56.164631.7540-49.3674

#8d77dd color RGB value is (141,119,221).

#8d77dd hex color red value is 141, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8d77dd hue: 0.70 , saturation: 0.60 and the lightness value of 8d77dd is 0.67.

The process color (four color CMYK) of #8d77dd color hex is 0.36, 0.46, 0.00, 0.13. Web safe color of #8d77dd is #9966cc. Color #8d77dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110111 11011101
Octal 215 167 335
Decimal 141 119 221
Hex 8D 77 DD

RGB Percentages of Color #8d77dd

%29.31
%24.74
%45.95

CMYK Percentages of Color #8d77dd

%36
%46
%0
%13

Triadic Colors of #8d77dd

#8d77dd #dd8d77 #77dd8d

Analogous Colors of #8d77dd

#8d77dd #c077dd #7794dd

Monochromatic Colors of #8d77dd

#8d77dd

Complementary Color

#8d77dd #c7dd77

#8d77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d77dd Color CSS Codes

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

#8d77dd Text Font Color

<p style="color:#8d77dd">Text here</p>

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


#8d77dd Background Color

<div style="background-color:#8d77dd">
Div content here</div>

This div background color is #8d77dd


#8d77dd Border Color

<div style="border:3px solid #8d77dd">
Div here</div>

This div border color is #8d77dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,119,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d77dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d77dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8d77dd;
  box-shadow:         1px 1px 3px 2px #8d77dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,119,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 #8d77dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d77dd


Comments

No comments written yet.

Please login to write comment.