Color Hex Logo

#745caf Color Hex

#745CAF
(116,92,175)
0 Favorites   0 Comments

Color spaces of #745caf

RGB 11692175
HSL0.710.340.52
HSV257°47°69°
CMYK 0.340.470.00   0.31
XYZ18.767514.462442.3598
Yxy14.46240.24830.1913
Hunter Lab38.029521.5380-39.4206
CIE-Lab44.888928.7040-41.0220

#745caf color RGB value is (116,92,175).

#745caf hex color red value is 116, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #745caf hue: 0.71 , saturation: 0.34 and the lightness value of 745caf is 0.52.

The process color (four color CMYK) of #745caf color hex is 0.34, 0.47, 0.00, 0.31. Web safe color of #745caf is #666699. Color #745caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 10101111
Octal 164 134 257
Decimal 116 92 175
Hex 74 5C AF

RGB Percentages of Color #745caf

%30.29
%24.02
%45.69

CMYK Percentages of Color #745caf

%34
%47
%0
%31

Triadic Colors of #745caf

#745caf #af745c #5caf74

Analogous Colors of #745caf

#745caf #9e5caf #5c6eaf

Monochromatic Colors of #745caf

#745caf

Complementary Color

#745caf #97af5c

#745caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#745caf Color CSS Codes

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

#745caf Text Font Color

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

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


#745caf Background Color

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

This div background color is #745caf


#745caf Border Color

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

This div border color is #745caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,92,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745caf


Comments

No comments written yet.

Please login to write comment.