Color Hex Logo

#9462df Color Hex

#9462DF
(148,98,223)
0 Favorites   0 Comments

Color spaces of #9462df

RGB 14898223
HSL0.730.660.63
HSV264°56°87°
CMYK 0.340.560.00   0.13
XYZ29.899720.359072.1658
Yxy20.35900.24420.1663
Hunter Lab45.120939.3226-63.2429
CIE-Lab52.240745.9117-56.7198

#9462df color RGB value is (148,98,223).

#9462df hex color red value is 148, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9462df hue: 0.73 , saturation: 0.66 and the lightness value of 9462df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100010 11011111
Octal 224 142 337
Decimal 148 98 223
Hex 94 62 DF

RGB Percentages of Color #9462df

%31.56
%20.90
%47.55

CMYK Percentages of Color #9462df

%34
%56
%0
%13

Triadic Colors of #9462df

#9462df #df9462 #62df94

Analogous Colors of #9462df

#9462df #d362df #626fdf

Monochromatic Colors of #9462df

#9462df

Complementary Color

#9462df #addf62

#9462df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9462df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9462df Color CSS Codes

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

#9462df Text Font Color

<p style="color:#9462df">Text here</p>

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


#9462df Background Color

<div style="background-color:#9462df">
Div content here</div>

This div background color is #9462df


#9462df Border Color

<div style="border:3px solid #9462df">
Div here</div>

This div border color is #9462df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,98,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9462df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9462df;
  -webkit-box-shadow: 1px 1px 3px 2px #9462df;
  box-shadow:         1px 1px 3px 2px #9462df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9462df


Comments

No comments written yet.

Please login to write comment.