Color Hex Logo

#9248ff Color Hex

#9248FF
(146,72,255)
0 Favorites   0 Comments

Color spaces of #9248ff

RGB 14672255
HSL0.731.000.64
HSV264°72°100°
CMYK 0.430.720.00   0.00
XYZ32.221417.965796.3772
Yxy17.96570.21980.1226
Hunter Lab42.386061.5185-105.1434
CIE-Lab49.454566.5044-79.1770

#9248ff color RGB value is (146,72,255).

#9248ff hex color red value is 146, green value is 72 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9248ff hue: 0.73 , saturation: 1.00 and the lightness value of 9248ff is 0.64.

The process color (four color CMYK) of #9248ff color hex is 0.43, 0.72, 0.00, 0.00. Web safe color of #9248ff is #9933ff. Color #9248ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001000 11111111
Octal 222 110 377
Decimal 146 72 255
Hex 92 48 FF

RGB Percentages of Color #9248ff

%30.87
%15.22
%53.91

CMYK Percentages of Color #9248ff

%43
%72
%0
%0

Triadic Colors of #9248ff

#9248ff #ff9248 #48ff92

Analogous Colors of #9248ff

#9248ff #ee48ff #4859ff

Monochromatic Colors of #9248ff

#9248ff

Complementary Color

#9248ff #b5ff48

#9248ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9248ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9248ff Color CSS Codes

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

#9248ff Text Font Color

<p style="color:#9248ff">Text here</p>

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


#9248ff Background Color

<div style="background-color:#9248ff">
Div content here</div>

This div background color is #9248ff


#9248ff Border Color

<div style="border:3px solid #9248ff">
Div here</div>

This div border color is #9248ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,72,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9248ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9248ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9248ff;
  box-shadow:         1px 1px 3px 2px #9248ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9248ff


Comments

No comments written yet.

Please login to write comment.