Color Hex Logo

#2552db Color Hex

#2552DB
(37,82,219)
0 Favorites   0 Comments

Color spaces of #2552db

RGB 3782219
HSL0.630.720.50
HSV225°83°86°
CMYK 0.830.630.00   0.14
XYZ16.566411.542468.3726
Yxy11.54240.17170.1196
Hunter Lab33.974127.5852-95.5387
CIE-Lab40.479435.8515-73.8875

#2552db color RGB value is (37,82,219).

#2552db hex color red value is 37, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2552db hue: 0.63 , saturation: 0.72 and the lightness value of 2552db is 0.50.

The process color (four color CMYK) of #2552db color hex is 0.83, 0.63, 0.00, 0.14. Web safe color of #2552db is #3366cc. Color #2552db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010010 11011011
Octal 45 122 333
Decimal 37 82 219
Hex 25 52 DB

RGB Percentages of Color #2552db

%10.95
%24.26
%64.79

CMYK Percentages of Color #2552db

%83
%63
%0
%14

Triadic Colors of #2552db

#2552db #db2552 #52db25

Analogous Colors of #2552db

#2552db #5325db #25addb

Monochromatic Colors of #2552db

#2552db

Complementary Color

#2552db #dbae25

#2552db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2552db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2552db Color CSS Codes

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

#2552db Text Font Color

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

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


#2552db Background Color

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

This div background color is #2552db


#2552db Border Color

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

This div border color is #2552db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,82,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2552db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2552db;
  -webkit-box-shadow: 1px 1px 3px 2px #2552db;
  box-shadow:         1px 1px 3px 2px #2552db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2552db


Comments

No comments written yet.

Please login to write comment.