Color Hex Logo

#1740e5 Color Hex

#1740E5
(23,64,229)
0 Favorites   0 Comments

Color spaces of #1740e5

RGB 2364229
HSL0.630.820.49
HSV228°90°90°
CMYK 0.900.720.00   0.10
XYZ16.32969.506175.1029
Yxy9.50610.16180.0942
Hunter Lab30.832040.5834-122.8408
CIE-Lab36.941049.7661-85.4329

#1740e5 color RGB value is (23,64,229).

#1740e5 hex color red value is 23, green value is 64 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #1740e5 hue: 0.63 , saturation: 0.82 and the lightness value of 1740e5 is 0.49.

The process color (four color CMYK) of #1740e5 color hex is 0.90, 0.72, 0.00, 0.10. Web safe color of #1740e5 is #0033cc. Color #1740e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01000000 11100101
Octal 27 100 345
Decimal 23 64 229
Hex 17 40 E5

RGB Percentages of Color #1740e5

%7.28
%20.25
%72.47

CMYK Percentages of Color #1740e5

%90
%72
%0
%10

Triadic Colors of #1740e5

#1740e5 #e51740 #40e517

Analogous Colors of #1740e5

#1740e5 #5517e5 #17a7e5

Monochromatic Colors of #1740e5

#1740e5

Complementary Color

#1740e5 #e5bc17

#1740e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1740e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1740e5 Color CSS Codes

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

#1740e5 Text Font Color

<p style="color:#1740e5">Text here</p>

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


#1740e5 Background Color

<div style="background-color:#1740e5">
Div content here</div>

This div background color is #1740e5


#1740e5 Border Color

<div style="border:3px solid #1740e5">
Div here</div>

This div border color is #1740e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,64,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1740e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1740e5;
  -webkit-box-shadow: 1px 1px 3px 2px #1740e5;
  box-shadow:         1px 1px 3px 2px #1740e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,64,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1740e5


Comments

No comments written yet.

Please login to write comment.