Color Hex Logo

#9425bb Color Hex

#9425BB
(148,37,187)
0 Favorites   0 Comments

Color spaces of #9425bb

RGB 14837187
HSL0.790.670.44
HSV284°80°73°
CMYK 0.210.800.00   0.27
XYZ21.844011.206948.0256
Yxy11.20690.26940.1382
Hunter Lab33.476757.8894-61.6236
CIE-Lab39.926865.2040-55.8164

#9425bb color RGB value is (148,37,187).

#9425bb hex color red value is 148, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9425bb hue: 0.79 , saturation: 0.67 and the lightness value of 9425bb is 0.44.

The process color (four color CMYK) of #9425bb color hex is 0.21, 0.80, 0.00, 0.27. Web safe color of #9425bb is #9933cc. Color #9425bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100101 10111011
Octal 224 45 273
Decimal 148 37 187
Hex 94 25 BB

RGB Percentages of Color #9425bb

%39.78
%9.95
%50.27

CMYK Percentages of Color #9425bb

%21
%80
%0
%27

Triadic Colors of #9425bb

#9425bb #bb9425 #25bb94

Analogous Colors of #9425bb

#9425bb #bb2597 #4925bb

Monochromatic Colors of #9425bb

#9425bb

Complementary Color

#9425bb #4cbb25

#9425bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9425bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9425bb Color CSS Codes

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

#9425bb Text Font Color

<p style="color:#9425bb">Text here</p>

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


#9425bb Background Color

<div style="background-color:#9425bb">
Div content here</div>

This div background color is #9425bb


#9425bb Border Color

<div style="border:3px solid #9425bb">
Div here</div>

This div border color is #9425bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,37,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9425bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9425bb;
  -webkit-box-shadow: 1px 1px 3px 2px #9425bb;
  box-shadow:         1px 1px 3px 2px #9425bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,37,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9425bb


Comments

No comments written yet.

Please login to write comment.