Color Hex Logo

#745bcc Color Hex

#745BCC
(116,91,204)
0 Favorites   0 Comments

Color spaces of #745bcc

RGB 11691204
HSL0.700.530.58
HSV253°55°80°
CMYK 0.430.550.00   0.20
XYZ21.842615.554858.9779
Yxy15.55480.22660.1614
Hunter Lab39.439629.8384-61.0545
CIE-Lab46.384937.3608-55.4719

#745bcc color RGB value is (116,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011011 11001100
Octal 164 133 314
Decimal 116 91 204
Hex 74 5B CC

RGB Percentages of Color #745bcc

%28.22
%22.14
%49.64

CMYK Percentages of Color #745bcc

%43
%55
%0
%20

Triadic Colors of #745bcc

#745bcc #cc745b #5bcc74

Analogous Colors of #745bcc

#745bcc #ad5bcc #5b7bcc

Monochromatic Colors of #745bcc

#745bcc

Complementary Color

#745bcc #b3cc5b

#745bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#745bcc Color CSS Codes

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

#745bcc Text Font Color

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

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


#745bcc Background Color

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

This div background color is #745bcc


#745bcc Border Color

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

This div border color is #745bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745bcc


Comments

No comments written yet.

Please login to write comment.