Color Hex Logo

#745ed5 Color Hex

#745ED5
(116,94,213)
0 Favorites   0 Comments

Color spaces of #745ed5

RGB 11694213
HSL0.700.590.60
HSV251°56°84°
CMYK 0.460.560.00   0.16
XYZ23.215416.522564.9164
Yxy16.52250.22180.1579
Hunter Lab40.647930.8137-66.2352
CIE-Lab47.652738.1825-58.5840

#745ed5 color RGB value is (116,94,213).

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

The process color (four color CMYK) of #745ed5 color hex is 0.46, 0.56, 0.00, 0.16. Web safe color of #745ed5 is #6666cc. Color #745ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011110 11010101
Octal 164 136 325
Decimal 116 94 213
Hex 74 5E D5

RGB Percentages of Color #745ed5

%27.42
%22.22
%50.35

CMYK Percentages of Color #745ed5

%46
%56
%0
%16

Triadic Colors of #745ed5

#745ed5 #d5745e #5ed574

Analogous Colors of #745ed5

#745ed5 #b05ed5 #5e84d5

Monochromatic Colors of #745ed5

#745ed5

Complementary Color

#745ed5 #bfd55e

#745ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745ed5 Color CSS Codes

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

#745ed5 Text Font Color

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

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


#745ed5 Background Color

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

This div background color is #745ed5


#745ed5 Border Color

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

This div border color is #745ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745ed5


Comments

No comments written yet.

Please login to write comment.