Color Hex Logo

#7924ee Color Hex

#7924EE
(121,36,238)
0 Favorites   0 Comments

Color spaces of #7924ee

RGB 12136238
HSL0.740.860.54
HSV265°85°93°
CMYK 0.490.850.00   0.07
XYZ23.948711.499781.8464
Yxy11.49970.20420.0980
Hunter Lab33.911266.7153-119.3615
CIE-Lab40.409772.6591-84.5905

#7924ee color RGB value is (121,36,238).

#7924ee hex color red value is 121, green value is 36 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7924ee hue: 0.74 , saturation: 0.86 and the lightness value of 7924ee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100100 11101110
Octal 171 44 356
Decimal 121 36 238
Hex 79 24 EE

RGB Percentages of Color #7924ee

%30.63
%9.11
%60.25

CMYK Percentages of Color #7924ee

%49
%85
%0
%7

Triadic Colors of #7924ee

#7924ee #ee7924 #24ee79

Analogous Colors of #7924ee

#7924ee #de24ee #2434ee

Monochromatic Colors of #7924ee

#7924ee

Complementary Color

#7924ee #99ee24

#7924ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7924ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7924ee Color CSS Codes

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

#7924ee Text Font Color

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

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


#7924ee Background Color

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

This div background color is #7924ee


#7924ee Border Color

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

This div border color is #7924ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7924ee


Comments

No comments written yet.

Please login to write comment.