Color Hex Logo

#1f75ea Color Hex

#1F75EA
(31,117,234)
0 Favorites   0 Comments

Color spaces of #1f75ea

RGB 31117234
HSL0.600.830.52
HSV215°87°92°
CMYK 0.870.500.00   0.08
XYZ21.777618.954480.3527
Yxy18.95440.17990.1565
Hunter Lab43.536713.0989-78.9520
CIE-Lab50.633818.7424-65.8496

#1f75ea color RGB value is (31,117,234).

#1f75ea hex color red value is 31, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1f75ea hue: 0.60 , saturation: 0.83 and the lightness value of 1f75ea is 0.52.

The process color (four color CMYK) of #1f75ea color hex is 0.87, 0.50, 0.00, 0.08. Web safe color of #1f75ea is #3366ff. Color #1f75ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110101 11101010
Octal 37 165 352
Decimal 31 117 234
Hex 1F 75 EA

RGB Percentages of Color #1f75ea

%8.12
%30.63
%61.26

CMYK Percentages of Color #1f75ea

%87
%50
%0
%8

Triadic Colors of #1f75ea

#1f75ea #ea1f75 #75ea1f

Analogous Colors of #1f75ea

#1f75ea #2f1fea #1fdbea

Monochromatic Colors of #1f75ea

#1f75ea

Complementary Color

#1f75ea #ea941f

#1f75ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f75ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f75ea Color CSS Codes

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

#1f75ea Text Font Color

<p style="color:#1f75ea">Text here</p>

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


#1f75ea Background Color

<div style="background-color:#1f75ea">
Div content here</div>

This div background color is #1f75ea


#1f75ea Border Color

<div style="border:3px solid #1f75ea">
Div here</div>

This div border color is #1f75ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1f75ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1f75ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1f75ea;
  box-shadow:         1px 1px 3px 2px #1f75ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,117,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f75ea


Comments

No comments written yet.

Please login to write comment.