Color Hex Logo

#9250dd Color Hex

#9250DD
(146,80,221)
0 Favorites   0 Comments

Color spaces of #9250dd

RGB 14680221
HSL0.740.670.59
HSV268°64°87°
CMYK 0.340.640.00   0.13
XYZ27.773917.068870.2374
Yxy17.06880.24130.1483
Hunter Lab41.314447.6977-71.8771
CIE-Lab48.346654.4387-61.8665

#9250dd color RGB value is (146,80,221).

#9250dd hex color red value is 146, green value is 80 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9250dd hue: 0.74 , saturation: 0.67 and the lightness value of 9250dd is 0.59.

The process color (four color CMYK) of #9250dd color hex is 0.34, 0.64, 0.00, 0.13. Web safe color of #9250dd is #9966cc. Color #9250dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010000 11011101
Octal 222 120 335
Decimal 146 80 221
Hex 92 50 DD

RGB Percentages of Color #9250dd

%32.66
%17.90
%49.44

CMYK Percentages of Color #9250dd

%34
%64
%0
%13

Triadic Colors of #9250dd

#9250dd #dd9250 #50dd92

Analogous Colors of #9250dd

#9250dd #d950dd #5054dd

Monochromatic Colors of #9250dd

#9250dd

Complementary Color

#9250dd #9bdd50

#9250dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9250dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9250dd Color CSS Codes

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

#9250dd Text Font Color

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

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


#9250dd Background Color

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

This div background color is #9250dd


#9250dd Border Color

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

This div border color is #9250dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9250dd


Comments

No comments written yet.

Please login to write comment.