Color Hex Logo

#015afa Color Hex

#015AFA
(1,90,250)
0 Favorites   0 Comments

Color spaces of #015afa

RGB 190250
HSL0.610.990.49
HSV219°100°98°
CMYK 1.000.640.00   0.02
XYZ20.924014.220992.0846
Yxy14.22090.16450.1118
Hunter Lab37.710633.0484-118.3814
CIE-Lab44.548140.9232-84.7419

#015afa color RGB value is (1,90,250).

#015afa hex color red value is 1, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #015afa hue: 0.61 , saturation: 0.99 and the lightness value of 015afa is 0.49.

The process color (four color CMYK) of #015afa color hex is 1.00, 0.64, 0.00, 0.02. Web safe color of #015afa is #0066ff. Color #015afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011010 11111010
Octal 1 132 372
Decimal 1 90 250
Hex 1 5A FA

RGB Percentages of Color #015afa

%0.29
%26.39
%73.31

CMYK Percentages of Color #015afa

%100
%64
%0
%2

Triadic Colors of #015afa

#015afa #fa015a #5afa01

Analogous Colors of #015afa

#015afa #2401fa #01d7fa

Monochromatic Colors of #015afa

#015afa

Complementary Color

#015afa #faa101

#015afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#015afa Color CSS Codes

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

#015afa Text Font Color

<p style="color:#015afa">Text here</p>

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


#015afa Background Color

<div style="background-color:#015afa">
Div content here</div>

This div background color is #015afa


#015afa Border Color

<div style="border:3px solid #015afa">
Div here</div>

This div border color is #015afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,90,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015afa;
  -webkit-box-shadow: 1px 1px 3px 2px #015afa;
  box-shadow:         1px 1px 3px 2px #015afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,90,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 #015afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015afa


Comments

No comments written yet.

Please login to write comment.