Color Hex Logo

#745efd Color Hex

#745EFD
(116,94,253)
0 Favorites   0 Comments

Color spaces of #745efd

RGB 11694253
HSL0.690.980.68
HSV248°63°99°
CMYK 0.540.630.00   0.01
XYZ28.934818.810395.0342
Yxy18.81030.20270.1317
Hunter Lab43.370843.1871-99.5567
CIE-Lab50.464549.8696-76.5394

#745efd color RGB value is (116,94,253).

#745efd hex color red value is 116, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #745efd hue: 0.69 , saturation: 0.98 and the lightness value of 745efd is 0.68.

The process color (four color CMYK) of #745efd color hex is 0.54, 0.63, 0.00, 0.01. Web safe color of #745efd is #6666ff. Color #745efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011110 11111101
Octal 164 136 375
Decimal 116 94 253
Hex 74 5E FD

RGB Percentages of Color #745efd

%25.05
%20.30
%54.64

CMYK Percentages of Color #745efd

%54
%63
%0
%1

Triadic Colors of #745efd

#745efd #fd745e #5efd74

Analogous Colors of #745efd

#745efd #c45efd #5e98fd

Monochromatic Colors of #745efd

#745efd

Complementary Color

#745efd #e7fd5e

#745efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#745efd Color CSS Codes

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

#745efd Text Font Color

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

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


#745efd Background Color

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

This div background color is #745efd


#745efd Border Color

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

This div border color is #745efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745efd

Related Colors


Comments

No comments written yet.

Please login to write comment.