Color Hex Logo

#4329fd Color Hex

#4329FD
(67,41,253)
0 Favorites   0 Comments

Color spaces of #4329fd

RGB 6741253
HSL0.690.980.58
HSV247°84°99°
CMYK 0.740.840.00   0.01
XYZ20.83739.871093.7356
Yxy9.87100.16740.0793
Hunter Lab31.418163.4039-154.8982
CIE-Lab37.609970.4115-97.8280

#4329fd color RGB value is (67,41,253).

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

The process color (four color CMYK) of #4329fd color hex is 0.74, 0.84, 0.00, 0.01. Web safe color of #4329fd is #3333ff. Color #4329fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101001 11111101
Octal 103 51 375
Decimal 67 41 253
Hex 43 29 FD

RGB Percentages of Color #4329fd

%18.56
%11.36
%70.08

CMYK Percentages of Color #4329fd

%74
%84
%0
%1

Triadic Colors of #4329fd

#4329fd #fd4329 #29fd43

Analogous Colors of #4329fd

#4329fd #ad29fd #2979fd

Monochromatic Colors of #4329fd

#4329fd

Complementary Color

#4329fd #e3fd29

#4329fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4329fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4329fd Color CSS Codes

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

#4329fd Text Font Color

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

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


#4329fd Background Color

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

This div background color is #4329fd


#4329fd Border Color

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

This div border color is #4329fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4329fd


Comments

No comments written yet.

Please login to write comment.