Color Hex Logo

#4329fa Color Hex

#4329FA
(67,41,250)
0 Favorites   0 Comments

Color spaces of #4329fa

RGB 6741250
HSL0.690.950.57
HSV247°84°98°
CMYK 0.730.840.00   0.02
XYZ20.36309.681391.2379
Yxy9.68130.16790.0798
Hunter Lab31.114862.3680-152.0757
CIE-Lab37.264369.5963-96.7188

#4329fa color RGB value is (67,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101001 11111010
Octal 103 51 372
Decimal 67 41 250
Hex 43 29 FA

RGB Percentages of Color #4329fa

%18.72
%11.45
%69.83

CMYK Percentages of Color #4329fa

%73
%84
%0
%2

Triadic Colors of #4329fa

#4329fa #fa4329 #29fa43

Analogous Colors of #4329fa

#4329fa #ac29fa #2978fa

Monochromatic Colors of #4329fa

#4329fa

Complementary Color

#4329fa #e0fa29

#4329fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4329fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4329fa Color CSS Codes

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

#4329fa Text Font Color

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

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


#4329fa Background Color

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

This div background color is #4329fa


#4329fa Border Color

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

This div border color is #4329fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4329fa


Comments

No comments written yet.

Please login to write comment.