Color Hex Logo

#155efa Color Hex

#155EFA
(21,94,250)
0 Favorites   0 Comments

Color spaces of #155efa

RGB 2194250
HSL0.610.960.53
HSV221°92°98°
CMYK 0.920.620.00   0.02
XYZ21.567315.067092.2140
Yxy15.06700.16740.1169
Hunter Lab38.816231.2508-113.6813
CIE-Lab45.725838.9095-82.7999

#155efa color RGB value is (21,94,250).

#155efa hex color red value is 21, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #155efa hue: 0.61 , saturation: 0.96 and the lightness value of 155efa is 0.53.

The process color (four color CMYK) of #155efa color hex is 0.92, 0.62, 0.00, 0.02. Web safe color of #155efa is #0066ff. Color #155efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011110 11111010
Octal 25 136 372
Decimal 21 94 250
Hex 15 5E FA

RGB Percentages of Color #155efa

%5.75
%25.75
%68.49

CMYK Percentages of Color #155efa

%92
%62
%0
%2

Triadic Colors of #155efa

#155efa #fa155e #5efa15

Analogous Colors of #155efa

#155efa #3e15fa #15d1fa

Monochromatic Colors of #155efa

#155efa

Complementary Color

#155efa #fab115

#155efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#155efa Color CSS Codes

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

#155efa Text Font Color

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

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


#155efa Background Color

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

This div background color is #155efa


#155efa Border Color

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

This div border color is #155efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,94,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 #155efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155efa

Related Colors


Comments

No comments written yet.

Please login to write comment.