Color Hex Logo

#1553e8 Color Hex

#1553E8
(21,83,232)
0 Favorites   0 Comments

Color spaces of #1553e8

RGB 2183232
HSL0.620.830.50
HSV222°91°91°
CMYK 0.910.640.00   0.09
XYZ17.968012.172177.7464
Yxy12.17210.16650.1128
Hunter Lab34.888530.8746-107.7012
CIE-Lab41.488339.1670-79.6420

#1553e8 color RGB value is (21,83,232).

#1553e8 hex color red value is 21, green value is 83 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #1553e8 hue: 0.62 , saturation: 0.83 and the lightness value of 1553e8 is 0.50.

The process color (four color CMYK) of #1553e8 color hex is 0.91, 0.64, 0.00, 0.09. Web safe color of #1553e8 is #0066ff. Color #1553e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 11101000
Octal 25 123 350
Decimal 21 83 232
Hex 15 53 E8

RGB Percentages of Color #1553e8

%6.25
%24.70
%69.05

CMYK Percentages of Color #1553e8

%91
%64
%0
%9

Triadic Colors of #1553e8

#1553e8 #e81553 #53e815

Analogous Colors of #1553e8

#1553e8 #4015e8 #15bde8

Monochromatic Colors of #1553e8

#1553e8

Complementary Color

#1553e8 #e8aa15

#1553e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1553e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1553e8 Color CSS Codes

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

#1553e8 Text Font Color

<p style="color:#1553e8">Text here</p>

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


#1553e8 Background Color

<div style="background-color:#1553e8">
Div content here</div>

This div background color is #1553e8


#1553e8 Border Color

<div style="border:3px solid #1553e8">
Div here</div>

This div border color is #1553e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,83,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1553e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1553e8;
  -webkit-box-shadow: 1px 1px 3px 2px #1553e8;
  box-shadow:         1px 1px 3px 2px #1553e8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,83,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1553e8


Comments

No comments written yet.

Please login to write comment.