Color Hex Logo

#7429ee Color Hex

#7429EE
(116,41,238)
0 Favorites   0 Comments

Color spaces of #7429ee

RGB 11641238
HSL0.730.850.55
HSV263°83°93°
CMYK 0.510.830.00   0.07
XYZ23.428011.471981.8684
Yxy11.47190.20060.0982
Hunter Lab33.870264.1955-119.6020
CIE-Lab40.364270.5496-84.6852

#7429ee color RGB value is (116,41,238).

#7429ee hex color red value is 116, green value is 41 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7429ee hue: 0.73 , saturation: 0.85 and the lightness value of 7429ee is 0.55.

The process color (four color CMYK) of #7429ee color hex is 0.51, 0.83, 0.00, 0.07. Web safe color of #7429ee is #6633ff. Color #7429ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 11101110
Octal 164 51 356
Decimal 116 41 238
Hex 74 29 EE

RGB Percentages of Color #7429ee

%29.37
%10.38
%60.25

CMYK Percentages of Color #7429ee

%51
%83
%0
%7

Triadic Colors of #7429ee

#7429ee #ee7429 #29ee74

Analogous Colors of #7429ee

#7429ee #d729ee #2940ee

Monochromatic Colors of #7429ee

#7429ee

Complementary Color

#7429ee #a3ee29

#7429ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7429ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7429ee Color CSS Codes

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

#7429ee Text Font Color

<p style="color:#7429ee">Text here</p>

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


#7429ee Background Color

<div style="background-color:#7429ee">
Div content here</div>

This div background color is #7429ee


#7429ee Border Color

<div style="border:3px solid #7429ee">
Div here</div>

This div border color is #7429ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,41,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7429ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7429ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7429ee;
  box-shadow:         1px 1px 3px 2px #7429ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7429ee


Comments

No comments written yet.

Please login to write comment.