Color Hex Logo

#2909ad Color Hex

#2909AD
(41,9,173)
0 Favorites   0 Comments

Color spaces of #2909ad

RGB 419173
HSL0.700.900.36
HSV252°95°68°
CMYK 0.760.950.00   0.32
XYZ8.55503.683939.7953
Yxy3.68390.16440.0708
Hunter Lab19.193545.9731-109.4950
CIE-Lab22.597657.7079-76.4473

#2909ad color RGB value is (41,9,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001001 10101101
Octal 51 11 255
Decimal 41 9 173
Hex 29 9 AD

RGB Percentages of Color #2909ad

%18.39
%4.04
%77.58

CMYK Percentages of Color #2909ad

%76
%95
%0
%32

Triadic Colors of #2909ad

#2909ad #ad2909 #09ad29

Analogous Colors of #2909ad

#2909ad #7b09ad #093bad

Monochromatic Colors of #2909ad

#2909ad

Complementary Color

#2909ad #8dad09

#2909ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2909ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2909ad Color CSS Codes

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

#2909ad Text Font Color

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

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


#2909ad Background Color

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

This div background color is #2909ad


#2909ad Border Color

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

This div border color is #2909ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2909ad


Comments

No comments written yet.

Please login to write comment.