Color Hex Logo

#742acc Color Hex

#742ACC
(116,42,204)
0 Favorites   0 Comments

Color spaces of #742acc

RGB 11642204
HSL0.740.660.48
HSV267°79°80°
CMYK 0.430.790.00   0.20
XYZ18.92959.728658.0068
Yxy9.72860.21840.1123
Hunter Lab31.190753.7471-88.4309
CIE-Lab37.350962.0309-70.1481

#742acc color RGB value is (116,42,204).

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

The process color (four color CMYK) of #742acc color hex is 0.43, 0.79, 0.00, 0.20. Web safe color of #742acc is #6633cc. Color #742acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 11001100
Octal 164 52 314
Decimal 116 42 204
Hex 74 2A CC

RGB Percentages of Color #742acc

%32.04
%11.60
%56.35

CMYK Percentages of Color #742acc

%43
%79
%0
%20

Triadic Colors of #742acc

#742acc #cc742a #2acc74

Analogous Colors of #742acc

#742acc #c52acc #2a31cc

Monochromatic Colors of #742acc

#742acc

Complementary Color

#742acc #82cc2a

#742acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742acc Color CSS Codes

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

#742acc Text Font Color

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

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


#742acc Background Color

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

This div background color is #742acc


#742acc Border Color

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

This div border color is #742acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742acc


Comments

No comments written yet.

Please login to write comment.