Color Hex Logo

#7539ee Color Hex

#7539EE
(117,57,238)
0 Favorites   0 Comments

Color spaces of #7539ee

RGB 11757238
HSL0.720.840.58
HSV260°76°93°
CMYK 0.510.760.00   0.07
XYZ24.231912.881282.0981
Yxy12.88120.20330.1081
Hunter Lab35.890457.7086-110.5007
CIE-Lab42.583764.5282-81.0284

#7539ee color RGB value is (117,57,238).

#7539ee hex color red value is 117, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7539ee hue: 0.72 , saturation: 0.84 and the lightness value of 7539ee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111001 11101110
Octal 165 71 356
Decimal 117 57 238
Hex 75 39 EE

RGB Percentages of Color #7539ee

%28.40
%13.83
%57.77

CMYK Percentages of Color #7539ee

%51
%76
%0
%7

Triadic Colors of #7539ee

#7539ee #ee7539 #39ee75

Analogous Colors of #7539ee

#7539ee #d039ee #3957ee

Monochromatic Colors of #7539ee

#7539ee

Complementary Color

#7539ee #b2ee39

#7539ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7539ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7539ee Color CSS Codes

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

#7539ee Text Font Color

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

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


#7539ee Background Color

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

This div background color is #7539ee


#7539ee Border Color

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

This div border color is #7539ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7539ee


Comments

No comments written yet.

Please login to write comment.