Color Hex Logo

#2509ad Color Hex

#2509AD
(37,9,173)
0 Favorites   0 Comments

Color spaces of #2509ad

RGB 379173
HSL0.700.900.36
HSV250°95°68°
CMYK 0.790.950.00   0.32
XYZ8.40353.605839.7882
Yxy3.60580.16220.0696
Hunter Lab18.988945.7640-110.9402
CIE-Lab22.322957.5614-76.9124

#2509ad color RGB value is (37,9,173).

#2509ad hex color red value is 37, green value is 9 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2509ad hue: 0.70 , saturation: 0.90 and the lightness value of 2509ad is 0.36.

The process color (four color CMYK) of #2509ad color hex is 0.79, 0.95, 0.00, 0.32. Web safe color of #2509ad is #330099. Color #2509ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001001 10101101
Octal 45 11 255
Decimal 37 9 173
Hex 25 9 AD

RGB Percentages of Color #2509ad

%16.89
%4.11
%79.00

CMYK Percentages of Color #2509ad

%79
%95
%0
%32

Triadic Colors of #2509ad

#2509ad #ad2509 #09ad25

Analogous Colors of #2509ad

#2509ad #7709ad #093fad

Monochromatic Colors of #2509ad

#2509ad

Complementary Color

#2509ad #91ad09

#2509ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2509ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2509ad Color CSS Codes

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

#2509ad Text Font Color

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

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


#2509ad Background Color

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

This div background color is #2509ad


#2509ad Border Color

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

This div border color is #2509ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2509ad


Comments

No comments written yet.

Please login to write comment.