color codes Logo

#9426dd color codes

#9426DD
(148,38,221)
0 Favorites   0 Comments

Color spaces of #9426dd

RGB 14838221
HSL0.770.730.51
HSV276°83°87°
CMYK 0.330.830.00   0.13
XYZ25.957012.902669.5290
Yxy12.90260.23950.1190
Hunter Lab35.920266.1291-89.6207
CIE-Lab42.616171.7402-71.1637

#9426dd color RGB value is (148,38,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100110 11011101
Octal 224 46 335
Decimal 148 38 221
Hex 94 26 DD

RGB Percentages of Color #9426dd

%36.36
%9.34
%54.30

CMYK Percentages of Color #9426dd

%33
%83
%0
%13

Triadic Colors of #9426dd

#9426dd #dd9426 #26dd94

Analogous Colors of #9426dd

#9426dd #dd26cb #3926dd

Monochromatic Colors of #9426dd

#9426dd

Complementary Color

#9426dd #6fdd26

#9426dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9426dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9426dd Color CSS Codes

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

#9426dd Text Font Color

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

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


#9426dd Background Color

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

This div background color is #9426dd


#9426dd Border Color

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

This div border color is #9426dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9426dd


Comments

No comments written yet.

Please login to write comment.