Color Hex Logo

#9232db Color Hex

#9232DB
(146,50,219)
0 Favorites   0 Comments

Color spaces of #9232db

RGB 14650219
HSL0.760.700.53
HSV274°77°86°
CMYK 0.330.770.00   0.14
XYZ25.780813.506768.2661
Yxy13.50670.23970.1256
Hunter Lab36.751560.9010-84.4056
CIE-Lab43.517067.1214-68.5613

#9232db color RGB value is (146,50,219).

#9232db hex color red value is 146, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9232db hue: 0.76 , saturation: 0.70 and the lightness value of 9232db is 0.53.

The process color (four color CMYK) of #9232db color hex is 0.33, 0.77, 0.00, 0.14. Web safe color of #9232db is #9933cc. Color #9232db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00110010 11011011
Octal 222 62 333
Decimal 146 50 219
Hex 92 32 DB

RGB Percentages of Color #9232db

%35.18
%12.05
%52.77

CMYK Percentages of Color #9232db

%33
%77
%0
%14

Triadic Colors of #9232db

#9232db #db9232 #32db92

Analogous Colors of #9232db

#9232db #db32d0 #3d32db

Monochromatic Colors of #9232db

#9232db

Complementary Color

#9232db #7bdb32

#9232db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9232db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9232db Color CSS Codes

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

#9232db Text Font Color

<p style="color:#9232db">Text here</p>

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


#9232db Background Color

<div style="background-color:#9232db">
Div content here</div>

This div background color is #9232db


#9232db Border Color

<div style="border:3px solid #9232db">
Div here</div>

This div border color is #9232db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,50,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9232db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9232db;
  -webkit-box-shadow: 1px 1px 3px 2px #9232db;
  box-shadow:         1px 1px 3px 2px #9232db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,50,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9232db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9232db


Comments

No comments written yet.

Please login to write comment.