Color Hex Logo

#745dbd Color Hex

#745DBD
(116,93,189)
0 Favorites   0 Comments

Color spaces of #745dbd

RGB 11693189
HSL0.710.420.55
HSV254°51°74°
CMYK 0.390.510.00   0.26
XYZ20.302115.215850.0110
Yxy15.21580.23740.1779
Hunter Lab39.007424.6404-48.7098
CIE-Lab45.928431.9525-47.5385

#745dbd color RGB value is (116,93,189).

#745dbd hex color red value is 116, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #745dbd hue: 0.71 , saturation: 0.42 and the lightness value of 745dbd is 0.55.

The process color (four color CMYK) of #745dbd color hex is 0.39, 0.51, 0.00, 0.26. Web safe color of #745dbd is #6666cc. Color #745dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011101 10111101
Octal 164 135 275
Decimal 116 93 189
Hex 74 5D BD

RGB Percentages of Color #745dbd

%29.15
%23.37
%47.49

CMYK Percentages of Color #745dbd

%39
%51
%0
%26

Triadic Colors of #745dbd

#745dbd #bd745d #5dbd74

Analogous Colors of #745dbd

#745dbd #a45dbd #5d76bd

Monochromatic Colors of #745dbd

#745dbd

Complementary Color

#745dbd #a6bd5d

#745dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#745dbd Color CSS Codes

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

#745dbd Text Font Color

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

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


#745dbd Background Color

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

This div background color is #745dbd


#745dbd Border Color

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

This div border color is #745dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745dbd


Comments

No comments written yet.

Please login to write comment.