Color Hex Logo

#742abe Color Hex

#742ABE
(116,42,190)
0 Favorites   0 Comments

Color spaces of #742abe

RGB 11642190
HSL0.750.640.45
HSV270°78°75°
CMYK 0.390.780.00   0.25
XYZ17.32479.086649.5560
Yxy9.08660.22810.1196
Hunter Lab30.144049.8376-76.3706
CIE-Lab36.150558.7086-63.9275

#742abe color RGB value is (116,42,190).

#742abe hex color red value is 116, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #742abe hue: 0.75 , saturation: 0.64 and the lightness value of 742abe is 0.45.

The process color (four color CMYK) of #742abe color hex is 0.39, 0.78, 0.00, 0.25. Web safe color of #742abe is #6633cc. Color #742abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 10111110
Octal 164 52 276
Decimal 116 42 190
Hex 74 2A BE

RGB Percentages of Color #742abe

%33.33
%12.07
%54.60

CMYK Percentages of Color #742abe

%39
%78
%0
%25

Triadic Colors of #742abe

#742abe #be742a #2abe74

Analogous Colors of #742abe

#742abe #be2abe #2a2abe

Monochromatic Colors of #742abe

#742abe

Complementary Color

#742abe #74be2a

#742abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#742abe Color CSS Codes

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

#742abe Text Font Color

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

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


#742abe Background Color

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

This div background color is #742abe


#742abe Border Color

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

This div border color is #742abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742abe


Comments

No comments written yet.

Please login to write comment.