Color Hex Logo

#745ebe Color Hex

#745EBE
(116,94,190)
0 Favorites   0 Comments

Color spaces of #745ebe

RGB 11694190
HSL0.700.420.56
HSV254°51°75°
CMYK 0.390.510.00   0.25
XYZ20.499415.436150.6142
Yxy15.43610.23690.1783
Hunter Lab39.288824.3791-48.8788
CIE-Lab46.225831.6355-47.6436

#745ebe color RGB value is (116,94,190).

#745ebe hex color red value is 116, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #745ebe hue: 0.70 , saturation: 0.42 and the lightness value of 745ebe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011110 10111110
Octal 164 136 276
Decimal 116 94 190
Hex 74 5E BE

RGB Percentages of Color #745ebe

%29.00
%23.50
%47.50

CMYK Percentages of Color #745ebe

%39
%51
%0
%25

Triadic Colors of #745ebe

#745ebe #be745e #5ebe74

Analogous Colors of #745ebe

#745ebe #a45ebe #5e78be

Monochromatic Colors of #745ebe

#745ebe

Complementary Color

#745ebe #a8be5e

#745ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#745ebe Color CSS Codes

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

#745ebe Text Font Color

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

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


#745ebe Background Color

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

This div background color is #745ebe


#745ebe Border Color

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

This div border color is #745ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745ebe


Comments

No comments written yet.

Please login to write comment.