Color Hex Logo

#9592da Color Hex

#9592DA
(149,146,218)
0 Favorites   0 Comments

Color spaces of #9592da

RGB 149146218
HSL0.670.490.71
HSV243°33°85°
CMYK 0.320.330.00   0.15
XYZ35.328232.009370.6461
Yxy32.00930.25600.2320
Hunter Lab56.576812.4513-34.4303
CIE-Lab63.350617.4707-36.3321

#9592da color RGB value is (149,146,218).

#9592da hex color red value is 149, green value is 146 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9592da hue: 0.67 , saturation: 0.49 and the lightness value of 9592da is 0.71.

The process color (four color CMYK) of #9592da color hex is 0.32, 0.33, 0.00, 0.15. Web safe color of #9592da is #9999cc. Color #9592da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 11011010
Octal 225 222 332
Decimal 149 146 218
Hex 95 92 DA

RGB Percentages of Color #9592da

%29.04
%28.46
%42.50

CMYK Percentages of Color #9592da

%32
%33
%0
%15

Triadic Colors of #9592da

#9592da #da9592 #92da95

Analogous Colors of #9592da

#9592da #b992da #92b3da

Monochromatic Colors of #9592da

#9592da

Complementary Color

#9592da #d7da92

#9592da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9592da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9592da Color CSS Codes

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

#9592da Text Font Color

<p style="color:#9592da">Text here</p>

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


#9592da Background Color

<div style="background-color:#9592da">
Div content here</div>

This div background color is #9592da


#9592da Border Color

<div style="border:3px solid #9592da">
Div here</div>

This div border color is #9592da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,146,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9592da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9592da;
  -webkit-box-shadow: 1px 1px 3px 2px #9592da;
  box-shadow:         1px 1px 3px 2px #9592da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9592da


Comments

No comments written yet.

Please login to write comment.