Color Hex Logo

#1750ee Color Hex

#1750EE
(23,80,238)
0 Favorites   0 Comments

Color spaces of #1750ee

RGB 2380238
HSL0.620.860.51
HSV224°90°93°
CMYK 0.900.660.00   0.07
XYZ18.654612.092582.2398
Yxy12.09250.16510.1070
Hunter Lab34.774334.9010-115.8766
CIE-Lab41.362843.3179-83.2381

#1750ee color RGB value is (23,80,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 11101110
Octal 27 120 356
Decimal 23 80 238
Hex 17 50 EE

RGB Percentages of Color #1750ee

%6.74
%23.46
%69.79

CMYK Percentages of Color #1750ee

%90
%66
%0
%7

Triadic Colors of #1750ee

#1750ee #ee1750 #50ee17

Analogous Colors of #1750ee

#1750ee #4917ee #17bcee

Monochromatic Colors of #1750ee

#1750ee

Complementary Color

#1750ee #eeb517

#1750ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1750ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1750ee Color CSS Codes

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

#1750ee Text Font Color

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

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


#1750ee Background Color

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

This div background color is #1750ee


#1750ee Border Color

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

This div border color is #1750ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1750ee


Comments

No comments written yet.

Please login to write comment.