Color Hex Logo

#742aff Color Hex

#742AFF
(116,42,255)
0 Favorites   0 Comments

Color spaces of #742aff

RGB 11642255
HSL0.721.000.58
HSV261°84°100°
CMYK 0.550.840.00   0.00
XYZ26.080412.588995.6631
Yxy12.58890.19410.0937
Hunter Lab35.480869.1160-135.0205
CIE-Lab42.137274.3179-91.3176

#742aff color RGB value is (116,42,255).

#742aff hex color red value is 116, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #742aff hue: 0.72 , saturation: 1.00 and the lightness value of 742aff is 0.58.

The process color (four color CMYK) of #742aff color hex is 0.55, 0.84, 0.00, 0.00. Web safe color of #742aff is #6633ff. Color #742aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 11111111
Octal 164 52 377
Decimal 116 42 255
Hex 74 2A FF

RGB Percentages of Color #742aff

%28.09
%10.17
%61.74

CMYK Percentages of Color #742aff

%55
%84
%0
%0

Triadic Colors of #742aff

#742aff #ff742a #2aff74

Analogous Colors of #742aff

#742aff #df2aff #2a4aff

Monochromatic Colors of #742aff

#742aff

Complementary Color

#742aff #b5ff2a

#742aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#742aff Color CSS Codes

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

#742aff Text Font Color

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

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


#742aff Background Color

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

This div background color is #742aff


#742aff Border Color

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

This div border color is #742aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742aff

Related Colors


Comments

No comments written yet.

Please login to write comment.