Color Hex Logo

#745fe6 Color Hex

#745FE6
(116,95,230)
0 Favorites   0 Comments

Color spaces of #745fe6

RGB 11695230
HSL0.690.730.64
HSV249°59°90°
CMYK 0.500.590.00   0.10
XYZ25.577617.610676.9140
Yxy17.61060.21300.1466
Hunter Lab41.965035.3568-79.2920
CIE-Lab49.020442.5475-66.0156

#745fe6 color RGB value is (116,95,230).

#745fe6 hex color red value is 116, green value is 95 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #745fe6 hue: 0.69 , saturation: 0.73 and the lightness value of 745fe6 is 0.64.

The process color (four color CMYK) of #745fe6 color hex is 0.50, 0.59, 0.00, 0.10. Web safe color of #745fe6 is #6666ff. Color #745fe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011111 11100110
Octal 164 137 346
Decimal 116 95 230
Hex 74 5F E6

RGB Percentages of Color #745fe6

%26.30
%21.54
%52.15

CMYK Percentages of Color #745fe6

%50
%59
%0
%10

Triadic Colors of #745fe6

#745fe6 #e6745f #5fe674

Analogous Colors of #745fe6

#745fe6 #b85fe6 #5f8ee6

Monochromatic Colors of #745fe6

#745fe6

Complementary Color

#745fe6 #d1e65f

#745fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745fe6 Color CSS Codes

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

#745fe6 Text Font Color

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

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


#745fe6 Background Color

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

This div background color is #745fe6


#745fe6 Border Color

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

This div border color is #745fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745fe6


Comments

No comments written yet.

Please login to write comment.