Color Hex Logo

#187afa Color Hex

#187AFA
(24,122,250)
0 Favorites   0 Comments

Color spaces of #187afa

RGB 24122250
HSL0.590.960.54
HSV214°90°98°
CMYK 0.900.510.00   0.02
XYZ24.591521.015493.2027
Yxy21.01540.17720.1514
Hunter Lab45.842615.5290-88.4530
CIE-Lab52.966321.3360-70.9901

#187afa color RGB value is (24,122,250).

#187afa hex color red value is 24, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #187afa hue: 0.59 , saturation: 0.96 and the lightness value of 187afa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01111010 11111010
Octal 30 172 372
Decimal 24 122 250
Hex 18 7A FA

RGB Percentages of Color #187afa

%6.06
%30.81
%63.13

CMYK Percentages of Color #187afa

%90
%51
%0
%2

Triadic Colors of #187afa

#187afa #fa187a #7afa18

Analogous Colors of #187afa

#187afa #2718fa #18ebfa

Monochromatic Colors of #187afa

#187afa

Complementary Color

#187afa #fa9818

#187afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#187afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#187afa Color CSS Codes

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

#187afa Text Font Color

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

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


#187afa Background Color

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

This div background color is #187afa


#187afa Border Color

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

This div border color is #187afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #187afa

Related Colors


Comments

No comments written yet.

Please login to write comment.