Color Hex Logo

#9295fd Color Hex

#9295FD
(146,149,253)
0 Favorites   0 Comments

Color spaces of #9295fd

RGB 146149253
HSL0.660.960.78
HSV238°42°99°
CMYK 0.420.410.00   0.01
XYZ40.331134.697797.5002
Yxy34.69770.23380.2011
Hunter Lab58.904819.1326-56.9045
CIE-Lab65.512624.3779-52.2335

#9295fd color RGB value is (146,149,253).

#9295fd hex color red value is 146, green value is 149 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9295fd hue: 0.66 , saturation: 0.96 and the lightness value of 9295fd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010101 11111101
Octal 222 225 375
Decimal 146 149 253
Hex 92 95 FD

RGB Percentages of Color #9295fd

%26.64
%27.19
%46.17

CMYK Percentages of Color #9295fd

%42
%41
%0
%1

Triadic Colors of #9295fd

#9295fd #fd9295 #95fd92

Analogous Colors of #9295fd

#9295fd #c592fd #92cbfd

Monochromatic Colors of #9295fd

#9295fd

Complementary Color

#9295fd #fdfa92

#9295fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9295fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9295fd Color CSS Codes

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

#9295fd Text Font Color

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

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


#9295fd Background Color

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

This div background color is #9295fd


#9295fd Border Color

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

This div border color is #9295fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,149,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 #9295fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9295fd

Related Colors


Comments

No comments written yet.

Please login to write comment.