Color Hex Logo

#754aeb Color Hex

#754AEB
(117,74,235)
0 Favorites   0 Comments

Color spaces of #754aeb

RGB 11774235
HSL0.710.800.61
HSV256°69°92°
CMYK 0.500.690.00   0.08
XYZ24.780314.677680.1243
Yxy14.67760.20720.1227
Hunter Lab38.311448.4113-97.1810
CIE-Lab45.189455.6705-75.0651

#754aeb color RGB value is (117,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11101011
Octal 165 112 353
Decimal 117 74 235
Hex 75 4A EB

RGB Percentages of Color #754aeb

%27.46
%17.37
%55.16

CMYK Percentages of Color #754aeb

%50
%69
%0
%8

Triadic Colors of #754aeb

#754aeb #eb754a #4aeb75

Analogous Colors of #754aeb

#754aeb #c64aeb #4a70eb

Monochromatic Colors of #754aeb

#754aeb

Complementary Color

#754aeb #c0eb4a

#754aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754aeb Color CSS Codes

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

#754aeb Text Font Color

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

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


#754aeb Background Color

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

This div background color is #754aeb


#754aeb Border Color

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

This div border color is #754aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754aeb


Comments

No comments written yet.

Please login to write comment.