Color Hex Logo

#4a29cf Color Hex

#4A29CF
(74,41,207)
0 Favorites   0 Comments

Color spaces of #4a29cf

RGB 7441207
HSL0.700.670.49
HSV252°80°81°
CMYK 0.640.800.00   0.19
XYZ14.87957.546759.7039
Yxy7.54670.18120.0919
Hunter Lab27.471348.6078-109.6264
CIE-Lab33.020458.1810-79.1803

#4a29cf color RGB value is (74,41,207).

#4a29cf hex color red value is 74, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4a29cf hue: 0.70 , saturation: 0.67 and the lightness value of 4a29cf is 0.49.

The process color (four color CMYK) of #4a29cf color hex is 0.64, 0.80, 0.00, 0.19. Web safe color of #4a29cf is #3333cc. Color #4a29cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101001 11001111
Octal 112 51 317
Decimal 74 41 207
Hex 4A 29 CF

RGB Percentages of Color #4a29cf

%22.98
%12.73
%64.29

CMYK Percentages of Color #4a29cf

%64
%80
%0
%19

Triadic Colors of #4a29cf

#4a29cf #cf4a29 #29cf4a

Analogous Colors of #4a29cf

#4a29cf #9d29cf #295bcf

Monochromatic Colors of #4a29cf

#4a29cf

Complementary Color

#4a29cf #aecf29

#4a29cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a29cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a29cf Color CSS Codes

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

#4a29cf Text Font Color

<p style="color:#4a29cf">Text here</p>

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


#4a29cf Background Color

<div style="background-color:#4a29cf">
Div content here</div>

This div background color is #4a29cf


#4a29cf Border Color

<div style="border:3px solid #4a29cf">
Div here</div>

This div border color is #4a29cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a29cf


Comments

No comments written yet.

Please login to write comment.