Color Hex Logo

#29238d Color Hex

#29238D
(41,35,141)
0 Favorites   0 Comments

Color spaces of #29238d

RGB 4135141
HSL0.680.600.35
HSV243°75°55°
CMYK 0.710.750.00   0.45
XYZ6.32323.596625.5602
Yxy3.59660.17820.1014
Hunter Lab18.964726.3271-66.6344
CIE-Lab22.290337.5541-57.3585

#29238d color RGB value is (41,35,141).

#29238d hex color red value is 41, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #29238d hue: 0.68 , saturation: 0.60 and the lightness value of 29238d is 0.35.

The process color (four color CMYK) of #29238d color hex is 0.71, 0.75, 0.00, 0.45. Web safe color of #29238d is #333399. Color #29238d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100011 10001101
Octal 51 43 215
Decimal 41 35 141
Hex 29 23 8D

RGB Percentages of Color #29238d

%18.89
%16.13
%64.98

CMYK Percentages of Color #29238d

%71
%75
%0
%45

Triadic Colors of #29238d

#29238d #8d2923 #238d29

Analogous Colors of #29238d

#29238d #5e238d #23528d

Monochromatic Colors of #29238d

#29238d

Complementary Color

#29238d #878d23

#29238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29238d Color CSS Codes

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

#29238d Text Font Color

<p style="color:#29238d">Text here</p>

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


#29238d Background Color

<div style="background-color:#29238d">
Div content here</div>

This div background color is #29238d


#29238d Border Color

<div style="border:3px solid #29238d">
Div here</div>

This div border color is #29238d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,35,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29238d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29238d;
  -webkit-box-shadow: 1px 1px 3px 2px #29238d;
  box-shadow:         1px 1px 3px 2px #29238d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29238d


Comments

No comments written yet.

Please login to write comment.