Color Hex Logo

#4c29fc Color Hex

#4C29FC
(76,41,252)
0 Favorites   0 Comments

Color spaces of #4c29fc

RGB 7641252
HSL0.690.970.57
HSV250°84°99°
CMYK 0.700.840.00   0.01
XYZ21.344110.150792.9298
Yxy10.15070.17150.0816
Hunter Lab31.860263.8273-150.6351
CIE-Lab38.111670.6739-96.4163

#4c29fc color RGB value is (76,41,252).

#4c29fc hex color red value is 76, green value is 41 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4c29fc hue: 0.69 , saturation: 0.97 and the lightness value of 4c29fc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101001 11111100
Octal 114 51 374
Decimal 76 41 252
Hex 4C 29 FC

RGB Percentages of Color #4c29fc

%20.60
%11.11
%68.29

CMYK Percentages of Color #4c29fc

%70
%84
%0
%1

Triadic Colors of #4c29fc

#4c29fc #fc4c29 #29fc4c

Analogous Colors of #4c29fc

#4c29fc #b629fc #2970fc

Monochromatic Colors of #4c29fc

#4c29fc

Complementary Color

#4c29fc #d9fc29

#4c29fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c29fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c29fc Color CSS Codes

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

#4c29fc Text Font Color

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

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


#4c29fc Background Color

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

This div background color is #4c29fc


#4c29fc Border Color

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

This div border color is #4c29fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c29fc


Comments

No comments written yet.

Please login to write comment.