Color Hex Logo

#754dad Color Hex

#754DAD
(117,77,173)
0 Favorites   0 Comments

Color spaces of #754dad

RGB 11777173
HSL0.740.380.49
HSV265°55°68°
CMYK 0.320.550.00   0.32
XYZ17.532812.106840.9479
Yxy12.10680.24840.1715
Hunter Lab34.794829.0536-45.4184
CIE-Lab41.385437.2751-45.4220

#754dad color RGB value is (117,77,173).

#754dad hex color red value is 117, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #754dad hue: 0.74 , saturation: 0.38 and the lightness value of 754dad is 0.49.

The process color (four color CMYK) of #754dad color hex is 0.32, 0.55, 0.00, 0.32. Web safe color of #754dad is #666699. Color #754dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001101 10101101
Octal 165 115 255
Decimal 117 77 173
Hex 75 4D AD

RGB Percentages of Color #754dad

%31.88
%20.98
%47.14

CMYK Percentages of Color #754dad

%32
%55
%0
%32

Triadic Colors of #754dad

#754dad #ad754d #4dad75

Analogous Colors of #754dad

#754dad #a54dad #4d55ad

Monochromatic Colors of #754dad

#754dad

Complementary Color

#754dad #85ad4d

#754dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#754dad Color CSS Codes

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

#754dad Text Font Color

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

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


#754dad Background Color

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

This div background color is #754dad


#754dad Border Color

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

This div border color is #754dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754dad


Comments

No comments written yet.

Please login to write comment.