Color Hex Logo

#9465fd Color Hex

#9465FD
(148,101,253)
0 Favorites   0 Comments

Color spaces of #9465fd

RGB 148101253
HSL0.720.970.69
HSV259°60°99°
CMYK 0.420.600.00   0.01
XYZ34.596022.695195.4857
Yxy22.69510.22640.1486
Hunter Lab47.639446.2589-85.4900
CIE-Lab54.756952.0115-69.4410

#9465fd color RGB value is (148,101,253).

#9465fd hex color red value is 148, green value is 101 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9465fd hue: 0.72 , saturation: 0.97 and the lightness value of 9465fd is 0.69.

The process color (four color CMYK) of #9465fd color hex is 0.42, 0.60, 0.00, 0.01. Web safe color of #9465fd is #9966ff. Color #9465fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100101 11111101
Octal 224 145 375
Decimal 148 101 253
Hex 94 65 FD

RGB Percentages of Color #9465fd

%29.48
%20.12
%50.40

CMYK Percentages of Color #9465fd

%42
%60
%0
%1

Triadic Colors of #9465fd

#9465fd #fd9465 #65fd94

Analogous Colors of #9465fd

#9465fd #e065fd #6582fd

Monochromatic Colors of #9465fd

#9465fd

Complementary Color

#9465fd #cefd65

#9465fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9465fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9465fd Color CSS Codes

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

#9465fd Text Font Color

<p style="color:#9465fd">Text here</p>

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


#9465fd Background Color

<div style="background-color:#9465fd">
Div content here</div>

This div background color is #9465fd


#9465fd Border Color

<div style="border:3px solid #9465fd">
Div here</div>

This div border color is #9465fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,101,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9465fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9465fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9465fd;
  box-shadow:         1px 1px 3px 2px #9465fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9465fd


Comments

No comments written yet.

Please login to write comment.