color codes Logo

#742ea2 color codes

#742EA2
(116,46,162)
0 Favorites   0 Comments

Color spaces of #742ea2

RGB 11646162
HSL0.770.560.41
HSV276°72°64°
CMYK 0.280.720.00   0.36
XYZ14.70108.275635.0049
Yxy8.27560.25350.1427
Hunter Lab28.767340.8762-52.0086
CIE-Lab34.550450.5044-49.8544

#742ea2 color RGB value is (116,46,162).

#742ea2 hex color red value is 116, green value is 46 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #742ea2 hue: 0.77 , saturation: 0.56 and the lightness value of 742ea2 is 0.41.

The process color (four color CMYK) of #742ea2 color code is 0.28, 0.72, 0.00, 0.36. Web safe color of #742ea2 is #663399. Color #742ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101110 10100010
Octal 164 56 242
Decimal 116 46 162
Hex 74 2E A2

RGB Percentages of Color #742ea2

%35.80
%14.20
%50.00

CMYK Percentages of Color #742ea2

%28
%72
%0
%36

Triadic Colors of #742ea2

#742ea2 #a2742e #2ea274

Analogous Colors of #742ea2

#742ea2 #a22e96 #3a2ea2

Monochromatic Colors of #742ea2

#742ea2

Complementary Color

#742ea2 #5ca22e

#742ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ea2 Color CSS Codes

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

#742ea2 Text Font Color

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

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


#742ea2 Background Color

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

This div background color is #742ea2


#742ea2 Border Color

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

This div border color is #742ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ea2


Comments

No comments written yet.

Please login to write comment.