Color Hex Logo

#8941dd Color Hex

#8941DD
(137,65,221)
0 Favorites   0 Comments

Color spaces of #8941dd

RGB 13765221
HSL0.740.700.56
HSV268°71°87°
CMYK 0.380.710.00   0.13
XYZ25.258014.319469.8393
Yxy14.31940.23080.1309
Hunter Lab37.841052.9230-82.9369
CIE-Lab44.687559.8732-67.8481

#8941dd color RGB value is (137,65,221).

#8941dd hex color red value is 137, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8941dd hue: 0.74 , saturation: 0.70 and the lightness value of 8941dd is 0.56.

The process color (four color CMYK) of #8941dd color hex is 0.38, 0.71, 0.00, 0.13. Web safe color of #8941dd is #9933cc. Color #8941dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000001 11011101
Octal 211 101 335
Decimal 137 65 221
Hex 89 41 DD

RGB Percentages of Color #8941dd

%32.39
%15.37
%52.25

CMYK Percentages of Color #8941dd

%38
%71
%0
%13

Triadic Colors of #8941dd

#8941dd #dd8941 #41dd89

Analogous Colors of #8941dd

#8941dd #d741dd #4147dd

Monochromatic Colors of #8941dd

#8941dd

Complementary Color

#8941dd #95dd41

#8941dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8941dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8941dd Color CSS Codes

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

#8941dd Text Font Color

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

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


#8941dd Background Color

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

This div background color is #8941dd


#8941dd Border Color

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

This div border color is #8941dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8941dd


Comments

No comments written yet.

Please login to write comment.