Color Hex Logo

#741aba Color Hex

#741ABA
(116,26,186)
0 Favorites   0 Comments

Color spaces of #741aba

RGB 11626186
HSL0.760.750.42
HSV274°86°73°
CMYK 0.380.860.00   0.27
XYZ16.43487.997047.1317
Yxy7.99700.22970.1117
Hunter Lab28.279054.2501-79.0216
CIE-Lab33.976663.1391-65.1248

#741aba color RGB value is (116,26,186).

#741aba hex color red value is 116, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #741aba hue: 0.76 , saturation: 0.75 and the lightness value of 741aba is 0.42.

The process color (four color CMYK) of #741aba color hex is 0.38, 0.86, 0.00, 0.27. Web safe color of #741aba is #6633cc. Color #741aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011010 10111010
Octal 164 32 272
Decimal 116 26 186
Hex 74 1A BA

RGB Percentages of Color #741aba

%35.37
%7.93
%56.71

CMYK Percentages of Color #741aba

%38
%86
%0
%27

Triadic Colors of #741aba

#741aba #ba741a #1aba74

Analogous Colors of #741aba

#741aba #ba1ab0 #241aba

Monochromatic Colors of #741aba

#741aba

Complementary Color

#741aba #60ba1a

#741aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#741aba Color CSS Codes

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

#741aba Text Font Color

<p style="color:#741aba">Text here</p>

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


#741aba Background Color

<div style="background-color:#741aba">
Div content here</div>

This div background color is #741aba


#741aba Border Color

<div style="border:3px solid #741aba">
Div here</div>

This div border color is #741aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,26,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741aba;
  -webkit-box-shadow: 1px 1px 3px 2px #741aba;
  box-shadow:         1px 1px 3px 2px #741aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741aba


Comments

No comments written yet.

Please login to write comment.