Color Hex Logo

#1575ee Color Hex

#1575EE
(21,117,238)
0 Favorites   0 Comments

Color spaces of #1575ee

RGB 21117238
HSL0.590.860.51
HSV213°91°93°
CMYK 0.910.510.00   0.07
XYZ22.103219.055183.4020
Yxy19.05510.17740.1530
Hunter Lab43.652113.9920-82.7233
CIE-Lab50.751619.7519-67.9044

#1575ee color RGB value is (21,117,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110101 11101110
Octal 25 165 356
Decimal 21 117 238
Hex 15 75 EE

RGB Percentages of Color #1575ee

%5.59
%31.12
%63.30

CMYK Percentages of Color #1575ee

%91
%51
%0
%7

Triadic Colors of #1575ee

#1575ee #ee1575 #75ee15

Analogous Colors of #1575ee

#1575ee #2215ee #15e2ee

Monochromatic Colors of #1575ee

#1575ee

Complementary Color

#1575ee #ee8e15

#1575ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1575ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1575ee Color CSS Codes

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

#1575ee Text Font Color

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

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


#1575ee Background Color

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

This div background color is #1575ee


#1575ee Border Color

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

This div border color is #1575ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1575ee


Comments

No comments written yet.

Please login to write comment.