Color Hex Logo

#1750eb Color Hex

#1750EB
(23,80,235)
0 Favorites   0 Comments

Color spaces of #1750eb

RGB 2380235
HSL0.620.840.51
HSV224°90°92°
CMYK 0.900.660.00   0.08
XYZ18.217411.917679.9374
Yxy11.91760.16550.1083
Hunter Lab34.521933.7822-113.1241
CIE-Lab41.084942.2278-82.0014

#1750eb color RGB value is (23,80,235).

#1750eb hex color red value is 23, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1750eb hue: 0.62 , saturation: 0.84 and the lightness value of 1750eb is 0.51.

The process color (four color CMYK) of #1750eb color hex is 0.90, 0.66, 0.00, 0.08. Web safe color of #1750eb is #0066ff. Color #1750eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 11101011
Octal 27 120 353
Decimal 23 80 235
Hex 17 50 EB

RGB Percentages of Color #1750eb

%6.80
%23.67
%69.53

CMYK Percentages of Color #1750eb

%90
%66
%0
%8

Triadic Colors of #1750eb

#1750eb #eb1750 #50eb17

Analogous Colors of #1750eb

#1750eb #4817eb #17baeb

Monochromatic Colors of #1750eb

#1750eb

Complementary Color

#1750eb #ebb217

#1750eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1750eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1750eb Color CSS Codes

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

#1750eb Text Font Color

<p style="color:#1750eb">Text here</p>

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


#1750eb Background Color

<div style="background-color:#1750eb">
Div content here</div>

This div background color is #1750eb


#1750eb Border Color

<div style="border:3px solid #1750eb">
Div here</div>

This div border color is #1750eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,80,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1750eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1750eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1750eb;
  box-shadow:         1px 1px 3px 2px #1750eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1750eb


Comments

No comments written yet.

Please login to write comment.