Color Hex Logo

#741abd Color Hex

#741ABD
(116,26,189)
0 Favorites   0 Comments

Color spaces of #741abd

RGB 11626189
HSL0.760.760.42
HSV273°86°74°
CMYK 0.390.860.00   0.26
XYZ16.75728.125948.8294
Yxy8.12590.22730.1102
Hunter Lab28.506055.0456-81.6069
CIE-Lab34.243763.7976-66.4595

#741abd color RGB value is (116,26,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011010 10111101
Octal 164 32 275
Decimal 116 26 189
Hex 74 1A BD

RGB Percentages of Color #741abd

%35.05
%7.85
%57.10

CMYK Percentages of Color #741abd

%39
%86
%0
%26

Triadic Colors of #741abd

#741abd #bd741a #1abd74

Analogous Colors of #741abd

#741abd #bd1ab5 #231abd

Monochromatic Colors of #741abd

#741abd

Complementary Color

#741abd #63bd1a

#741abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#741abd Color CSS Codes

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

#741abd Text Font Color

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

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


#741abd Background Color

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

This div background color is #741abd


#741abd Border Color

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

This div border color is #741abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,26,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 #741abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741abd


Comments

No comments written yet.

Please login to write comment.