Color Hex Logo

#745acc Color Hex

#745ACC
(116,90,204)
0 Favorites   0 Comments

Color spaces of #745acc

RGB 11690204
HSL0.700.530.58
HSV254°56°80°
CMYK 0.430.560.00   0.20
XYZ21.757715.385058.9496
Yxy15.38500.22640.1601
Hunter Lab39.223730.3738-61.6508
CIE-Lab46.157137.9455-55.8386

#745acc color RGB value is (116,90,204).

#745acc hex color red value is 116, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #745acc hue: 0.70 , saturation: 0.53 and the lightness value of 745acc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011010 11001100
Octal 164 132 314
Decimal 116 90 204
Hex 74 5A CC

RGB Percentages of Color #745acc

%28.29
%21.95
%49.76

CMYK Percentages of Color #745acc

%43
%56
%0
%20

Triadic Colors of #745acc

#745acc #cc745a #5acc74

Analogous Colors of #745acc

#745acc #ad5acc #5a79cc

Monochromatic Colors of #745acc

#745acc

Complementary Color

#745acc #b2cc5a

#745acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#745acc Color CSS Codes

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

#745acc Text Font Color

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

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


#745acc Background Color

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

This div background color is #745acc


#745acc Border Color

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

This div border color is #745acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,90,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 #745acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745acc


Comments

No comments written yet.

Please login to write comment.