Color Hex Logo

#2153bb Color Hex

#2153BB
(33,83,187)
0 Favorites   0 Comments

Color spaces of #2153bb

RGB 3383187
HSL0.610.700.43
HSV221°82°73°
CMYK 0.820.560.00   0.27
XYZ12.690110.097748.2939
Yxy10.09770.17850.1421
Hunter Lab31.776915.6745-67.8640
CIE-Lab38.017222.7190-59.3918

#2153bb color RGB value is (33,83,187).

#2153bb hex color red value is 33, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2153bb hue: 0.61 , saturation: 0.70 and the lightness value of 2153bb is 0.43.

The process color (four color CMYK) of #2153bb color hex is 0.82, 0.56, 0.00, 0.27. Web safe color of #2153bb is #3366cc. Color #2153bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 10111011
Octal 41 123 273
Decimal 33 83 187
Hex 21 53 BB

RGB Percentages of Color #2153bb

%10.89
%27.39
%61.72

CMYK Percentages of Color #2153bb

%82
%56
%0
%27

Triadic Colors of #2153bb

#2153bb #bb2153 #53bb21

Analogous Colors of #2153bb

#2153bb #3c21bb #21a0bb

Monochromatic Colors of #2153bb

#2153bb

Complementary Color

#2153bb #bb8921

#2153bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2153bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2153bb Color CSS Codes

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

#2153bb Text Font Color

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

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


#2153bb Background Color

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

This div background color is #2153bb


#2153bb Border Color

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

This div border color is #2153bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,83,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2153bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2153bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2153bb;
  box-shadow:         1px 1px 3px 2px #2153bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2153bb


Comments

No comments written yet.

Please login to write comment.