Color Hex Logo

#2523db Color Hex

#2523DB
(37,35,219)
0 Favorites   0 Comments

Color spaces of #2523db

RGB 3735219
HSL0.670.720.50
HSV241°84°86°
CMYK 0.830.840.00   0.14
XYZ14.15026.709967.5672
Yxy6.70990.16000.0759
Hunter Lab25.903552.1775-136.5209
CIE-Lab31.137261.8219-89.3197

#2523db color RGB value is (37,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 11011011
Octal 45 43 333
Decimal 37 35 219
Hex 25 23 DB

RGB Percentages of Color #2523db

%12.71
%12.03
%75.26

CMYK Percentages of Color #2523db

%83
%84
%0
%14

Triadic Colors of #2523db

#2523db #db2523 #23db25

Analogous Colors of #2523db

#2523db #8123db #237ddb

Monochromatic Colors of #2523db

#2523db

Complementary Color

#2523db #d9db23

#2523db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2523db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2523db Color CSS Codes

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

#2523db Text Font Color

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

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


#2523db Background Color

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

This div background color is #2523db


#2523db Border Color

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

This div border color is #2523db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,35,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 #2523db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2523db


Comments

No comments written yet.

Please login to write comment.