Color Hex Logo

#742abd Color Hex

#742ABD
(116,42,189)
0 Favorites   0 Comments

Color spaces of #742abd

RGB 11642189
HSL0.750.640.45
HSV270°78°74°
CMYK 0.390.780.00   0.26
XYZ17.21579.043148.9822
Yxy9.04310.22880.1202
Hunter Lab30.071749.5635-75.5240
CIE-Lab36.067158.4721-63.4751

#742abd color RGB value is (116,42,189).

#742abd hex color red value is 116, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #742abd hue: 0.75 , saturation: 0.64 and the lightness value of 742abd is 0.45.

The process color (four color CMYK) of #742abd color hex is 0.39, 0.78, 0.00, 0.26. Web safe color of #742abd is #6633cc. Color #742abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101010 10111101
Octal 164 52 275
Decimal 116 42 189
Hex 74 2A BD

RGB Percentages of Color #742abd

%33.43
%12.10
%54.47

CMYK Percentages of Color #742abd

%39
%78
%0
%26

Triadic Colors of #742abd

#742abd #bd742a #2abd74

Analogous Colors of #742abd

#742abd #bd2abd #2b2abd

Monochromatic Colors of #742abd

#742abd

Complementary Color

#742abd #73bd2a

#742abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#742abd Color CSS Codes

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

#742abd Text Font Color

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

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


#742abd Background Color

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

This div background color is #742abd


#742abd Border Color

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

This div border color is #742abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742abd


Comments

No comments written yet.

Please login to write comment.