Color Hex Logo

#2538ad Color Hex

#2538AD
(37,56,173)
0 Favorites   0 Comments

Color spaces of #2538ad

RGB 3756173
HSL0.640.650.41
HSV232°79°68°
CMYK 0.790.680.00   0.32
XYZ9.71996.238840.2271
Yxy6.23880.17300.1110
Hunter Lab24.977625.7516-78.0039
CIE-Lab30.007135.5114-64.1876

#2538ad color RGB value is (37,56,173).

#2538ad hex color red value is 37, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2538ad hue: 0.64 , saturation: 0.65 and the lightness value of 2538ad is 0.41.

The process color (four color CMYK) of #2538ad color hex is 0.79, 0.68, 0.00, 0.32. Web safe color of #2538ad is #333399. Color #2538ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111000 10101101
Octal 45 70 255
Decimal 37 56 173
Hex 25 38 AD

RGB Percentages of Color #2538ad

%13.91
%21.05
%65.04

CMYK Percentages of Color #2538ad

%79
%68
%0
%32

Triadic Colors of #2538ad

#2538ad #ad2538 #38ad25

Analogous Colors of #2538ad

#2538ad #5625ad #257cad

Monochromatic Colors of #2538ad

#2538ad

Complementary Color

#2538ad #ad9a25

#2538ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2538ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2538ad Color CSS Codes

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

#2538ad Text Font Color

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

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


#2538ad Background Color

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

This div background color is #2538ad


#2538ad Border Color

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

This div border color is #2538ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,56,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2538ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2538ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2538ad;
  box-shadow:         1px 1px 3px 2px #2538ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2538ad


Comments

No comments written yet.

Please login to write comment.