Color Hex Logo

#7421ee Color Hex

#7421EE
(116,33,238)
0 Favorites   0 Comments

Color spaces of #7421ee

RGB 11633238
HSL0.730.860.53
HSV264°86°93°
CMYK 0.510.860.00   0.07
XYZ23.178910.973881.7854
Yxy10.97380.19990.0947
Hunter Lab33.126766.9254-123.1903
CIE-Lab39.536373.0029-86.0511

#7421ee color RGB value is (116,33,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 11101110
Octal 164 41 356
Decimal 116 33 238
Hex 74 21 EE

RGB Percentages of Color #7421ee

%29.97
%8.53
%61.50

CMYK Percentages of Color #7421ee

%51
%86
%0
%7

Triadic Colors of #7421ee

#7421ee #ee7421 #21ee74

Analogous Colors of #7421ee

#7421ee #db21ee #2134ee

Monochromatic Colors of #7421ee

#7421ee

Complementary Color

#7421ee #9bee21

#7421ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7421ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7421ee Color CSS Codes

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

#7421ee Text Font Color

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

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


#7421ee Background Color

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

This div background color is #7421ee


#7421ee Border Color

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

This div border color is #7421ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,33,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 #7421ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7421ee


Comments

No comments written yet.

Please login to write comment.