Color Hex Logo

#2523ab Color Hex

#2523AB
(37,35,171)
0 Favorites   0 Comments

Color spaces of #2523ab

RGB 3735171
HSL0.670.660.40
HSV241°80°67°
CMYK 0.780.800.00   0.33
XYZ8.71474.535738.9442
Yxy4.53570.16700.0869
Hunter Lab21.297235.7712-93.5101
CIE-Lab25.368847.1490-70.6427

#2523ab color RGB value is (37,35,171).

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

The process color (four color CMYK) of #2523ab color hex is 0.78, 0.80, 0.00, 0.33. Web safe color of #2523ab is #333399. Color #2523ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 10101011
Octal 45 43 253
Decimal 37 35 171
Hex 25 23 AB

RGB Percentages of Color #2523ab

%15.23
%14.40
%70.37

CMYK Percentages of Color #2523ab

%78
%80
%0
%33

Triadic Colors of #2523ab

#2523ab #ab2523 #23ab25

Analogous Colors of #2523ab

#2523ab #6923ab #2365ab

Monochromatic Colors of #2523ab

#2523ab

Complementary Color

#2523ab #a9ab23

#2523ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2523ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2523ab Color CSS Codes

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

#2523ab Text Font Color

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

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


#2523ab Background Color

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

This div background color is #2523ab


#2523ab Border Color

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

This div border color is #2523ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2523ab


Comments

No comments written yet.

Please login to write comment.