Color Hex Logo

#8923dd Color Hex

#8923DD
(137,35,221)
0 Favorites   0 Comments

Color spaces of #8923dd

RGB 13735221
HSL0.760.730.50
HSV273°84°87°
CMYK 0.380.840.00   0.13
XYZ23.968711.740969.4095
Yxy11.74090.22800.1117
Hunter Lab34.265064.8987-96.1163
CIE-Lab40.801371.0588-74.1939

#8923dd color RGB value is (137,35,221).

#8923dd hex color red value is 137, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8923dd hue: 0.76 , saturation: 0.73 and the lightness value of 8923dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 11011101
Octal 211 43 335
Decimal 137 35 221
Hex 89 23 DD

RGB Percentages of Color #8923dd

%34.86
%8.91
%56.23

CMYK Percentages of Color #8923dd

%38
%84
%0
%13

Triadic Colors of #8923dd

#8923dd #dd8923 #23dd89

Analogous Colors of #8923dd

#8923dd #dd23d4 #2c23dd

Monochromatic Colors of #8923dd

#8923dd

Complementary Color

#8923dd #77dd23

#8923dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8923dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8923dd Color CSS Codes

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

#8923dd Text Font Color

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

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


#8923dd Background Color

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

This div background color is #8923dd


#8923dd Border Color

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

This div border color is #8923dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8923dd


Comments

No comments written yet.

Please login to write comment.