Color Hex Logo

#2929cd Color Hex

#2929CD
(41,41,205)
0 Favorites   0 Comments

Color spaces of #2929cd

RGB 4141205
HSL0.670.670.48
HSV240°80°80°
CMYK 0.800.800.00   0.20
XYZ12.72686.465158.3347
Yxy6.46510.16420.0834
Hunter Lab25.426644.8484-118.2271
CIE-Lab30.556855.1220-82.1669

#2929cd color RGB value is (41,41,205).

#2929cd hex color red value is 41, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2929cd hue: 0.67 , saturation: 0.67 and the lightness value of 2929cd is 0.48.

The process color (four color CMYK) of #2929cd color hex is 0.80, 0.80, 0.00, 0.20. Web safe color of #2929cd is #3333cc. Color #2929cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101001 11001101
Octal 51 51 315
Decimal 41 41 205
Hex 29 29 CD

RGB Percentages of Color #2929cd

%14.29
%14.29
%71.43

CMYK Percentages of Color #2929cd

%80
%80
%0
%20

Triadic Colors of #2929cd

#2929cd #cd2929 #29cd29

Analogous Colors of #2929cd

#2929cd #7b29cd #297bcd

Monochromatic Colors of #2929cd

#2929cd

Complementary Color

#2929cd #cdcd29

#2929cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2929cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2929cd Color CSS Codes

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

#2929cd Text Font Color

<p style="color:#2929cd">Text here</p>

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


#2929cd Background Color

<div style="background-color:#2929cd">
Div content here</div>

This div background color is #2929cd


#2929cd Border Color

<div style="border:3px solid #2929cd">
Div here</div>

This div border color is #2929cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,41,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2929cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2929cd;
  -webkit-box-shadow: 1px 1px 3px 2px #2929cd;
  box-shadow:         1px 1px 3px 2px #2929cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2929cd


Comments

No comments written yet.

Please login to write comment.