Color Hex Logo

#742ace Color Hex

#742ACE
(116,42,206)
0 Favorites   0 Comments

Color spaces of #742ace

RGB 11642206
HSL0.740.660.49
HSV267°80°81°
CMYK 0.440.800.00   0.19
XYZ19.17109.825259.2785
Yxy9.82520.21720.1113
Hunter Lab31.345254.3182-90.1848
CIE-Lab37.526962.5088-71.0209

#742ace color RGB value is (116,42,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 11001110
Octal 164 52 316
Decimal 116 42 206
Hex 74 2A CE

RGB Percentages of Color #742ace

%31.87
%11.54
%56.59

CMYK Percentages of Color #742ace

%44
%80
%0
%19

Triadic Colors of #742ace

#742ace #ce742a #2ace74

Analogous Colors of #742ace

#742ace #c62ace #2a32ce

Monochromatic Colors of #742ace

#742ace

Complementary Color

#742ace #84ce2a

#742ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ace Color CSS Codes

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

#742ace Text Font Color

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

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


#742ace Background Color

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

This div background color is #742ace


#742ace Border Color

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

This div border color is #742ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ace

#742ace Color Palettes


Comments

No comments written yet.

Please login to write comment.