Color Hex Logo

#742ada Color Hex

#742ADA
(116,42,218)
0 Favorites   0 Comments

Color spaces of #742ada

RGB 11642218
HSL0.740.700.51
HSV265°81°85°
CMYK 0.470.810.00   0.15
XYZ20.685310.430967.2528
Yxy10.43090.21030.1060
Hunter Lab32.296957.8049-100.8535
CIE-Lab38.604965.3877-76.1792

#742ada color RGB value is (116,42,218).

#742ada hex color red value is 116, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #742ada hue: 0.74 , saturation: 0.70 and the lightness value of 742ada is 0.51.

The process color (four color CMYK) of #742ada color hex is 0.47, 0.81, 0.00, 0.15. Web safe color of #742ada is #6633cc. Color #742ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 11011010
Octal 164 52 332
Decimal 116 42 218
Hex 74 2A DA

RGB Percentages of Color #742ada

%30.85
%11.17
%57.98

CMYK Percentages of Color #742ada

%47
%81
%0
%15

Triadic Colors of #742ada

#742ada #da742a #2ada74

Analogous Colors of #742ada

#742ada #cc2ada #2a38da

Monochromatic Colors of #742ada

#742ada

Complementary Color

#742ada #90da2a

#742ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ada Color CSS Codes

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

#742ada Text Font Color

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

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


#742ada Background Color

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

This div background color is #742ada


#742ada Border Color

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

This div border color is #742ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ada


Comments

No comments written yet.

Please login to write comment.