Color Hex Logo

#157afc Color Hex

#157AFC
(21,122,252)
0 Favorites   0 Comments

Color spaces of #157afc

RGB 21122252
HSL0.590.970.54
HSV214°92°99°
CMYK 0.920.520.00   0.01
XYZ24.839521.106894.8603
Yxy21.10680.17640.1499
Hunter Lab45.942116.1107-90.2612
CIE-Lab53.066221.9731-71.9371

#157afc color RGB value is (21,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 11111100
Octal 25 172 374
Decimal 21 122 252
Hex 15 7A FC

RGB Percentages of Color #157afc

%5.32
%30.89
%63.80

CMYK Percentages of Color #157afc

%92
%52
%0
%1

Triadic Colors of #157afc

#157afc #fc157a #7afc15

Analogous Colors of #157afc

#157afc #2415fc #15eefc

Monochromatic Colors of #157afc

#157afc

Complementary Color

#157afc #fc9715

#157afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#157afc Color CSS Codes

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

#157afc Text Font Color

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

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


#157afc Background Color

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

This div background color is #157afc


#157afc Border Color

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

This div border color is #157afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,122,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157afc

Related Colors


Comments

No comments written yet.

Please login to write comment.