Color Hex Logo

#2938ad Color Hex

#2938AD
(41,56,173)
0 Favorites   0 Comments

Color spaces of #2938ad

RGB 4156173
HSL0.650.620.42
HSV233°76°68°
CMYK 0.760.680.00   0.32
XYZ9.87146.316940.2342
Yxy6.31690.17500.1120
Hunter Lab25.133426.1241-77.3194
CIE-Lab30.198335.8959-63.8664

#2938ad color RGB value is (41,56,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111000 10101101
Octal 51 70 255
Decimal 41 56 173
Hex 29 38 AD

RGB Percentages of Color #2938ad

%15.19
%20.74
%64.07

CMYK Percentages of Color #2938ad

%76
%68
%0
%32

Triadic Colors of #2938ad

#2938ad #ad2938 #38ad29

Analogous Colors of #2938ad

#2938ad #5c29ad #297aad

Monochromatic Colors of #2938ad

#2938ad

Complementary Color

#2938ad #ad9e29

#2938ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2938ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2938ad Color CSS Codes

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

#2938ad Text Font Color

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

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


#2938ad Background Color

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

This div background color is #2938ad


#2938ad Border Color

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

This div border color is #2938ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2938ad


Comments

No comments written yet.

Please login to write comment.