Color Hex Logo

#4329cd Color Hex

#4329CD
(67,41,205)
0 Favorites   0 Comments

Color spaces of #4329cd

RGB 6741205
HSL0.690.670.48
HSV250°80°80°
CMYK 0.670.800.00   0.20
XYZ14.12717.186958.4002
Yxy7.18690.17720.0902
Hunter Lab26.808447.1487-110.3932
CIE-Lab32.228756.9729-79.3452

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101001 11001101
Octal 103 51 315
Decimal 67 41 205
Hex 43 29 CD

RGB Percentages of Color #4329cd

%21.41
%13.10
%65.50

CMYK Percentages of Color #4329cd

%67
%80
%0
%20

Triadic Colors of #4329cd

#4329cd #cd4329 #29cd43

Analogous Colors of #4329cd

#4329cd #9529cd #2961cd

Monochromatic Colors of #4329cd

#4329cd

Complementary Color

#4329cd #b3cd29

#4329cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4329cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4329cd Color CSS Codes

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

#4329cd Text Font Color

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

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


#4329cd Background Color

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

This div background color is #4329cd


#4329cd Border Color

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

This div border color is #4329cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4329cd


Comments

No comments written yet.

Please login to write comment.