Color Hex Logo

#754eea Color Hex

#754EEA
(117,78,234)
0 Favorites   0 Comments

Color spaces of #754eea

RGB 11778234
HSL0.710.790.61
HSV255°67°92°
CMYK 0.500.670.00   0.08
XYZ24.911815.171279.4572
Yxy15.17120.20840.1269
Hunter Lab38.950246.0022-93.6845
CIE-Lab45.867853.3105-73.3930

#754eea color RGB value is (117,78,234).

#754eea hex color red value is 117, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #754eea hue: 0.71 , saturation: 0.79 and the lightness value of 754eea is 0.61.

The process color (four color CMYK) of #754eea color hex is 0.50, 0.67, 0.00, 0.08. Web safe color of #754eea is #6666ff. Color #754eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001110 11101010
Octal 165 116 352
Decimal 117 78 234
Hex 75 4E EA

RGB Percentages of Color #754eea

%27.27
%18.18
%54.55

CMYK Percentages of Color #754eea

%50
%67
%0
%8

Triadic Colors of #754eea

#754eea #ea754e #4eea75

Analogous Colors of #754eea

#754eea #c34eea #4e75ea

Monochromatic Colors of #754eea

#754eea

Complementary Color

#754eea #c3ea4e

#754eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#754eea Color CSS Codes

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

#754eea Text Font Color

<p style="color:#754eea">Text here</p>

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


#754eea Background Color

<div style="background-color:#754eea">
Div content here</div>

This div background color is #754eea


#754eea Border Color

<div style="border:3px solid #754eea">
Div here</div>

This div border color is #754eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,78,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754eea;
  -webkit-box-shadow: 1px 1px 3px 2px #754eea;
  box-shadow:         1px 1px 3px 2px #754eea; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754eea


Comments

No comments written yet.

Please login to write comment.