Color Hex Logo

#754ac4 Color Hex

#754AC4
(117,74,196)
0 Favorites   0 Comments

Color spaces of #754ac4

RGB 11774196
HSL0.730.510.53
HSV261°62°77°
CMYK 0.400.620.00   0.23
XYZ19.748712.665053.6283
Yxy12.66500.22950.1472
Hunter Lab35.587936.7756-64.4340
CIE-Lab42.254145.0491-57.5077

#754ac4 color RGB value is (117,74,196).

#754ac4 hex color red value is 117, green value is 74 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #754ac4 hue: 0.73 , saturation: 0.51 and the lightness value of 754ac4 is 0.53.

The process color (four color CMYK) of #754ac4 color hex is 0.40, 0.62, 0.00, 0.23. Web safe color of #754ac4 is #6633cc. Color #754ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11000100
Octal 165 112 304
Decimal 117 74 196
Hex 75 4A C4

RGB Percentages of Color #754ac4

%30.23
%19.12
%50.65

CMYK Percentages of Color #754ac4

%40
%62
%0
%23

Triadic Colors of #754ac4

#754ac4 #c4754a #4ac475

Analogous Colors of #754ac4

#754ac4 #b24ac4 #4a5cc4

Monochromatic Colors of #754ac4

#754ac4

Complementary Color

#754ac4 #99c44a

#754ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754ac4 Color CSS Codes

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

#754ac4 Text Font Color

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

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


#754ac4 Background Color

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

This div background color is #754ac4


#754ac4 Border Color

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

This div border color is #754ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754ac4


Comments

No comments written yet.

Please login to write comment.