Color Hex Logo

#015aec Color Hex

#015AEC
(1,90,236)
0 Favorites   0 Comments

Color spaces of #015aec

RGB 190236
HSL0.600.990.46
HSV217°100°93°
CMYK 1.000.620.00   0.07
XYZ18.809013.374980.9472
Yxy13.37490.16630.1182
Hunter Lab36.571727.8029-105.6313
CIE-Lab43.322835.6690-78.8995

#015aec color RGB value is (1,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011010 11101100
Octal 1 132 354
Decimal 1 90 236
Hex 1 5A EC

RGB Percentages of Color #015aec

%0.31
%27.52
%72.17

CMYK Percentages of Color #015aec

%100
%62
%0
%7

Triadic Colors of #015aec

#015aec #ec015a #5aec01

Analogous Colors of #015aec

#015aec #1d01ec #01d0ec

Monochromatic Colors of #015aec

#015aec

Complementary Color

#015aec #ec9301

#015aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#015aec Color CSS Codes

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

#015aec Text Font Color

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

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


#015aec Background Color

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

This div background color is #015aec


#015aec Border Color

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

This div border color is #015aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,90,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015aec


Comments

No comments written yet.

Please login to write comment.