Color Hex Logo

#742acf Color Hex

#742ACF
(116,42,207)
0 Favorites   0 Comments

Color spaces of #742acf

RGB 11642207
HSL0.740.660.49
HSV267°80°81°
CMYK 0.440.800.00   0.19
XYZ19.29299.873959.9205
Yxy9.87390.21660.1108
Hunter Lab31.422854.6053-91.0650
CIE-Lab37.615262.7484-71.4561

#742acf color RGB value is (116,42,207).

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

The process color (four color CMYK) of #742acf color hex is 0.44, 0.80, 0.00, 0.19. Web safe color of #742acf is #6633cc. Color #742acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 11001111
Octal 164 52 317
Decimal 116 42 207
Hex 74 2A CF

RGB Percentages of Color #742acf

%31.78
%11.51
%56.71

CMYK Percentages of Color #742acf

%44
%80
%0
%19

Triadic Colors of #742acf

#742acf #cf742a #2acf74

Analogous Colors of #742acf

#742acf #c72acf #2a33cf

Monochromatic Colors of #742acf

#742acf

Complementary Color

#742acf #85cf2a

#742acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#742acf Color CSS Codes

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

#742acf Text Font Color

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

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


#742acf Background Color

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

This div background color is #742acf


#742acf Border Color

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

This div border color is #742acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742acf


Comments

No comments written yet.

Please login to write comment.