Color Hex Logo

#4629ea Color Hex

#4629EA
(70,41,234)
0 Favorites   0 Comments

Color spaces of #4629ea

RGB 7041234
HSL0.690.820.54
HSV249°82°92°
CMYK 0.700.820.00   0.08
XYZ18.17008.828578.5883
Yxy8.82850.17210.0836
Hunter Lab29.712857.1591-136.0190
CIE-Lab35.652065.3951-90.3477

#4629ea color RGB value is (70,41,234).

#4629ea hex color red value is 70, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4629ea hue: 0.69 , saturation: 0.82 and the lightness value of 4629ea is 0.54.

The process color (four color CMYK) of #4629ea color hex is 0.70, 0.82, 0.00, 0.08. Web safe color of #4629ea is #3333ff. Color #4629ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 11101010
Octal 106 51 352
Decimal 70 41 234
Hex 46 29 EA

RGB Percentages of Color #4629ea

%20.29
%11.88
%67.83

CMYK Percentages of Color #4629ea

%70
%82
%0
%8

Triadic Colors of #4629ea

#4629ea #ea4629 #29ea46

Analogous Colors of #4629ea

#4629ea #a729ea #296dea

Monochromatic Colors of #4629ea

#4629ea

Complementary Color

#4629ea #cdea29

#4629ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4629ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4629ea Color CSS Codes

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

#4629ea Text Font Color

<p style="color:#4629ea">Text here</p>

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


#4629ea Background Color

<div style="background-color:#4629ea">
Div content here</div>

This div background color is #4629ea


#4629ea Border Color

<div style="border:3px solid #4629ea">
Div here</div>

This div border color is #4629ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,41,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4629ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4629ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4629ea;
  box-shadow:         1px 1px 3px 2px #4629ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4629ea


Comments

No comments written yet.

Please login to write comment.