Color Hex Logo

#754aed Color Hex

#754AED
(117,74,237)
0 Favorites   0 Comments

Color spaces of #754aed

RGB 11774237
HSL0.710.820.61
HSV256°69°93°
CMYK 0.510.690.00   0.07
XYZ25.071014.793981.6549
Yxy14.79390.20630.1217
Hunter Lab38.462849.0406-98.9461
CIE-Lab45.350656.2199-75.9297

#754aed color RGB value is (117,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11101101
Octal 165 112 355
Decimal 117 74 237
Hex 75 4A ED

RGB Percentages of Color #754aed

%27.34
%17.29
%55.37

CMYK Percentages of Color #754aed

%51
%69
%0
%7

Triadic Colors of #754aed

#754aed #ed754a #4aed75

Analogous Colors of #754aed

#754aed #c74aed #4a71ed

Monochromatic Colors of #754aed

#754aed

Complementary Color

#754aed #c2ed4a

#754aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#754aed Color CSS Codes

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

#754aed Text Font Color

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

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


#754aed Background Color

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

This div background color is #754aed


#754aed Border Color

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

This div border color is #754aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754aed


Comments

No comments written yet.

Please login to write comment.