Color Hex Logo

#1875fa Color Hex

#1875FA
(24,117,250)
0 Favorites   0 Comments

Color spaces of #1875fa

RGB 24117250
HSL0.600.960.54
HSV215°90°98°
CMYK 0.900.530.00   0.02
XYZ23.993319.818993.0033
Yxy19.81890.17540.1449
Hunter Lab44.518418.2957-92.6997
CIE-Lab51.631824.4836-73.1555

#1875fa color RGB value is (24,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110101 11111010
Octal 30 165 372
Decimal 24 117 250
Hex 18 75 FA

RGB Percentages of Color #1875fa

%6.14
%29.92
%63.94

CMYK Percentages of Color #1875fa

%90
%53
%0
%2

Triadic Colors of #1875fa

#1875fa #fa1875 #75fa18

Analogous Colors of #1875fa

#1875fa #2c18fa #18e6fa

Monochromatic Colors of #1875fa

#1875fa

Complementary Color

#1875fa #fa9d18

#1875fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1875fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1875fa Color CSS Codes

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

#1875fa Text Font Color

<p style="color:#1875fa">Text here</p>

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


#1875fa Background Color

<div style="background-color:#1875fa">
Div content here</div>

This div background color is #1875fa


#1875fa Border Color

<div style="border:3px solid #1875fa">
Div here</div>

This div border color is #1875fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1875fa


Comments

No comments written yet.

Please login to write comment.