Color Hex Logo

#153752 Color Hex

#153752
(21,55,82)
0 Favorites   0 Comments

Color spaces of #153752

RGB 215582
HSL0.570.590.20
HSV207°74°32°
CMYK 0.740.330.00   0.68
XYZ3.19843.50108.4898
Yxy3.50100.21060.2305
Hunter Lab18.7110-2.2319-13.8042
CIE-Lab21.9480-2.1449-20.0153

#153752 color RGB value is (21,55,82).

#153752 hex color red value is 21, green value is 55 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #153752 hue: 0.57 , saturation: 0.59 and the lightness value of 153752 is 0.20.

The process color (four color CMYK) of #153752 color hex is 0.74, 0.33, 0.00, 0.68. Web safe color of #153752 is #003366. Color #153752 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 01010010
Octal 25 67 122
Decimal 21 55 82
Hex 15 37 52

RGB Percentages of Color #153752

%13.29
%34.81
%51.90

CMYK Percentages of Color #153752

%74
%33
%0
%68

Triadic Colors of #153752

#153752 #521537 #375215

Analogous Colors of #153752

#153752 #151952 #15524f

Monochromatic Colors of #153752

#153752

Complementary Color

#153752 #523015

#153752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153752 Color CSS Codes

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

#153752 Text Font Color

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

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


#153752 Background Color

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

This div background color is #153752


#153752 Border Color

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

This div border color is #153752


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,55,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153752; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153752;
  -webkit-box-shadow: 1px 1px 3px 2px #153752;
  box-shadow:         1px 1px 3px 2px #153752; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153752


Comments

No comments written yet.

Please login to write comment.