Color Hex Logo

#745dfe Color Hex

#745DFE
(116,93,254)
0 Favorites   0 Comments

Color spaces of #745dfe

RGB 11693254
HSL0.690.990.68
HSV249°63°100°
CMYK 0.540.630.00   0.00
XYZ29.006218.697595.8461
Yxy18.69750.20210.1303
Hunter Lab43.240644.0684-101.1524
CIE-Lab50.331450.7198-77.3117

#745dfe color RGB value is (116,93,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011101 11111110
Octal 164 135 376
Decimal 116 93 254
Hex 74 5D FE

RGB Percentages of Color #745dfe

%25.05
%20.09
%54.86

CMYK Percentages of Color #745dfe

%54
%63
%0
%0

Triadic Colors of #745dfe

#745dfe #fe745d #5dfe74

Analogous Colors of #745dfe

#745dfe #c55dfe #5d97fe

Monochromatic Colors of #745dfe

#745dfe

Complementary Color

#745dfe #e7fe5d

#745dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#745dfe Color CSS Codes

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

#745dfe Text Font Color

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

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


#745dfe Background Color

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

This div background color is #745dfe


#745dfe Border Color

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

This div border color is #745dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745dfe


Comments

No comments written yet.

Please login to write comment.