Color Hex Logo

#153cea Color Hex

#153CEA
(21,60,234)
0 Favorites   0 Comments

Color spaces of #153cea

RGB 2160234
HSL0.640.840.50
HSV229°91°92°
CMYK 0.910.740.00   0.08
XYZ16.77649.331778.7589
Yxy9.33170.16000.0890
Hunter Lab30.547844.5708-131.4789
CIE-Lab36.615253.6826-88.8166

#153cea color RGB value is (21,60,234).

#153cea hex color red value is 21, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #153cea hue: 0.64 , saturation: 0.84 and the lightness value of 153cea is 0.50.

The process color (four color CMYK) of #153cea color hex is 0.91, 0.74, 0.00, 0.08. Web safe color of #153cea is #0033ff. Color #153cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111100 11101010
Octal 25 74 352
Decimal 21 60 234
Hex 15 3C EA

RGB Percentages of Color #153cea

%6.67
%19.05
%74.29

CMYK Percentages of Color #153cea

%91
%74
%0
%8

Triadic Colors of #153cea

#153cea #ea153c #3cea15

Analogous Colors of #153cea

#153cea #5915ea #15a7ea

Monochromatic Colors of #153cea

#153cea

Complementary Color

#153cea #eac315

#153cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#153cea Color CSS Codes

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

#153cea Text Font Color

<p style="color:#153cea">Text here</p>

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


#153cea Background Color

<div style="background-color:#153cea">
Div content here</div>

This div background color is #153cea


#153cea Border Color

<div style="border:3px solid #153cea">
Div here</div>

This div border color is #153cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,60,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153cea;
  -webkit-box-shadow: 1px 1px 3px 2px #153cea;
  box-shadow:         1px 1px 3px 2px #153cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153cea


Comments

No comments written yet.

Please login to write comment.