Color Hex Logo

#909efa Color Hex

#909EFA
(144,158,250)
0 Favorites   0 Comments

Color spaces of #909efa

RGB 144158250
HSL0.640.910.77
HSV232°42°98°
CMYK 0.420.370.00   0.02
XYZ40.983837.285195.4792
Yxy37.28510.23590.2146
Hunter Lab61.061512.9495-49.9661
CIE-Lab67.490417.8691-47.4823

#909efa color RGB value is (144,158,250).

#909efa hex color red value is 144, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #909efa hue: 0.64 , saturation: 0.91 and the lightness value of 909efa is 0.77.

The process color (four color CMYK) of #909efa color hex is 0.42, 0.37, 0.00, 0.02. Web safe color of #909efa is #9999ff. Color #909efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011110 11111010
Octal 220 236 372
Decimal 144 158 250
Hex 90 9E FA

RGB Percentages of Color #909efa

%26.09
%28.62
%45.29

CMYK Percentages of Color #909efa

%42
%37
%0
%2

Triadic Colors of #909efa

#909efa #fa909e #9efa90

Analogous Colors of #909efa

#909efa #b790fa #90d3fa

Monochromatic Colors of #909efa

#909efa

Complementary Color

#909efa #faec90

#909efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#909efa Color CSS Codes

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

#909efa Text Font Color

<p style="color:#909efa">Text here</p>

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


#909efa Background Color

<div style="background-color:#909efa">
Div content here</div>

This div background color is #909efa


#909efa Border Color

<div style="border:3px solid #909efa">
Div here</div>

This div border color is #909efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,158,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #909efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #909efa;
  -webkit-box-shadow: 1px 1px 3px 2px #909efa;
  box-shadow:         1px 1px 3px 2px #909efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,158,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909efa


Comments

No comments written yet.

Please login to write comment.