Color Hex Logo

#9826dd Color Hex

#9826DD
(152,38,221)
0 Favorites   0 Comments

Color spaces of #9826dd

RGB 15238221
HSL0.770.730.51
HSV277°83°87°
CMYK 0.310.830.00   0.13
XYZ26.693213.282169.5634
Yxy13.28210.24370.1213
Hunter Lab36.444666.9610-87.6581
CIE-Lab43.185372.3253-70.2108

#9826dd color RGB value is (152,38,221).

#9826dd hex color red value is 152, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9826dd hue: 0.77 , saturation: 0.73 and the lightness value of 9826dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100110 11011101
Octal 230 46 335
Decimal 152 38 221
Hex 98 26 DD

RGB Percentages of Color #9826dd

%36.98
%9.25
%53.77

CMYK Percentages of Color #9826dd

%31
%83
%0
%13

Triadic Colors of #9826dd

#9826dd #dd9826 #26dd98

Analogous Colors of #9826dd

#9826dd #dd26c7 #3d26dd

Monochromatic Colors of #9826dd

#9826dd

Complementary Color

#9826dd #6bdd26

#9826dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9826dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9826dd Color CSS Codes

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

#9826dd Text Font Color

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

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


#9826dd Background Color

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

This div background color is #9826dd


#9826dd Border Color

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

This div border color is #9826dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9826dd


Comments

No comments written yet.

Please login to write comment.