Color Hex Logo

#742eaf Color Hex

#742EAF
(116,46,175)
0 Favorites   0 Comments

Color spaces of #742eaf

RGB 11646175
HSL0.760.580.43
HSV273°74°69°
CMYK 0.340.740.00   0.31
XYZ15.91738.762141.4098
Yxy8.76210.24080.1326
Hunter Lab29.600844.1836-62.2226
CIE-Lab35.522253.5224-56.0718

#742eaf color RGB value is (116,46,175).

#742eaf hex color red value is 116, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #742eaf hue: 0.76 , saturation: 0.58 and the lightness value of 742eaf is 0.43.

The process color (four color CMYK) of #742eaf color hex is 0.34, 0.74, 0.00, 0.31. Web safe color of #742eaf is #663399. Color #742eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101110 10101111
Octal 164 56 257
Decimal 116 46 175
Hex 74 2E AF

RGB Percentages of Color #742eaf

%34.42
%13.65
%51.93

CMYK Percentages of Color #742eaf

%34
%74
%0
%31

Triadic Colors of #742eaf

#742eaf #af742e #2eaf74

Analogous Colors of #742eaf

#742eaf #af2eaa #342eaf

Monochromatic Colors of #742eaf

#742eaf

Complementary Color

#742eaf #69af2e

#742eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#742eaf Color CSS Codes

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

#742eaf Text Font Color

<p style="color:#742eaf">Text here</p>

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


#742eaf Background Color

<div style="background-color:#742eaf">
Div content here</div>

This div background color is #742eaf


#742eaf Border Color

<div style="border:3px solid #742eaf">
Div here</div>

This div border color is #742eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #742eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #742eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #742eaf;
  box-shadow:         1px 1px 3px 2px #742eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742eaf


Comments

No comments written yet.

Please login to write comment.