Color Hex Logo

#9253dd Color Hex

#9253DD
(146,83,221)
0 Favorites   0 Comments

Color spaces of #9253dd

RGB 14683221
HSL0.740.670.60
HSV267°62°87°
CMYK 0.340.620.00   0.13
XYZ27.998517.518070.3122
Yxy17.51800.24170.1512
Hunter Lab41.854546.1619-70.3043
CIE-Lab48.906252.9186-60.9630

#9253dd color RGB value is (146,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010011 11011101
Octal 222 123 335
Decimal 146 83 221
Hex 92 53 DD

RGB Percentages of Color #9253dd

%32.44
%18.44
%49.11

CMYK Percentages of Color #9253dd

%34
%62
%0
%13

Triadic Colors of #9253dd

#9253dd #dd9253 #53dd92

Analogous Colors of #9253dd

#9253dd #d753dd #5359dd

Monochromatic Colors of #9253dd

#9253dd

Complementary Color

#9253dd #9edd53

#9253dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9253dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9253dd Color CSS Codes

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

#9253dd Text Font Color

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

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


#9253dd Background Color

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

This div background color is #9253dd


#9253dd Border Color

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

This div border color is #9253dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9253dd


Comments

No comments written yet.

Please login to write comment.