Color Hex Logo

#157afd Color Hex

#157AFD
(21,122,253)
0 Favorites   0 Comments

Color spaces of #157afd

RGB 21122253
HSL0.590.980.54
HSV214°92°99°
CMYK 0.920.520.00   0.01
XYZ24.998421.170395.6972
Yxy21.17030.17620.1492
Hunter Lab46.011216.4615-91.1075
CIE-Lab53.135422.3551-72.3779

#157afd color RGB value is (21,122,253).

#157afd hex color red value is 21, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #157afd hue: 0.59 , saturation: 0.98 and the lightness value of 157afd is 0.54.

The process color (four color CMYK) of #157afd color hex is 0.92, 0.52, 0.00, 0.01. Web safe color of #157afd is #0066ff. Color #157afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 11111101
Octal 25 172 375
Decimal 21 122 253
Hex 15 7A FD

RGB Percentages of Color #157afd

%5.30
%30.81
%63.89

CMYK Percentages of Color #157afd

%92
%52
%0
%1

Triadic Colors of #157afd

#157afd #fd157a #7afd15

Analogous Colors of #157afd

#157afd #2415fd #15eefd

Monochromatic Colors of #157afd

#157afd

Complementary Color

#157afd #fd9815

#157afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#157afd Color CSS Codes

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

#157afd Text Font Color

<p style="color:#157afd">Text here</p>

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


#157afd Background Color

<div style="background-color:#157afd">
Div content here</div>

This div background color is #157afd


#157afd Border Color

<div style="border:3px solid #157afd">
Div here</div>

This div border color is #157afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,122,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157afd;
  -webkit-box-shadow: 1px 1px 3px 2px #157afd;
  box-shadow:         1px 1px 3px 2px #157afd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157afd


Comments

No comments written yet.

Please login to write comment.