Color Hex Logo

#745ebc Color Hex

#745EBC
(116,94,188)
0 Favorites   0 Comments

Color spaces of #745ebc

RGB 11694188
HSL0.710.410.55
HSV254°50°74°
CMYK 0.380.500.00   0.26
XYZ20.282315.349349.4707
Yxy15.34930.23830.1804
Hunter Lab39.178223.8465-47.4414
CIE-Lab46.108931.0769-46.6695

#745ebc color RGB value is (116,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011110 10111100
Octal 164 136 274
Decimal 116 94 188
Hex 74 5E BC

RGB Percentages of Color #745ebc

%29.15
%23.62
%47.24

CMYK Percentages of Color #745ebc

%38
%50
%0
%26

Triadic Colors of #745ebc

#745ebc #bc745e #5ebc74

Analogous Colors of #745ebc

#745ebc #a35ebc #5e77bc

Monochromatic Colors of #745ebc

#745ebc

Complementary Color

#745ebc #a6bc5e

#745ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#745ebc Color CSS Codes

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

#745ebc Text Font Color

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

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


#745ebc Background Color

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

This div background color is #745ebc


#745ebc Border Color

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

This div border color is #745ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745ebc


Comments

No comments written yet.

Please login to write comment.