Color Hex Logo

#754acc Color Hex

#754ACC
(117,74,204)
0 Favorites   0 Comments

Color spaces of #754acc

RGB 11774204
HSL0.720.560.55
HSV260°64°80°
CMYK 0.430.640.00   0.20
XYZ20.684013.039158.5534
Yxy13.03910.22420.1413
Hunter Lab36.109739.0547-70.8645
CIE-Lab42.822147.2040-61.2226

#754acc color RGB value is (117,74,204).

#754acc hex color red value is 117, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #754acc hue: 0.72 , saturation: 0.56 and the lightness value of 754acc is 0.55.

The process color (four color CMYK) of #754acc color hex is 0.43, 0.64, 0.00, 0.20. Web safe color of #754acc is #6633cc. Color #754acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11001100
Octal 165 112 314
Decimal 117 74 204
Hex 75 4A CC

RGB Percentages of Color #754acc

%29.62
%18.73
%51.65

CMYK Percentages of Color #754acc

%43
%64
%0
%20

Triadic Colors of #754acc

#754acc #cc754a #4acc75

Analogous Colors of #754acc

#754acc #b64acc #4a60cc

Monochromatic Colors of #754acc

#754acc

Complementary Color

#754acc #a1cc4a

#754acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#754acc Color CSS Codes

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

#754acc Text Font Color

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

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


#754acc Background Color

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

This div background color is #754acc


#754acc Border Color

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

This div border color is #754acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754acc


Comments

No comments written yet.

Please login to write comment.