Color Hex Logo

#741abb Color Hex

#741ABB
(116,26,187)
0 Favorites   0 Comments

Color spaces of #741abb

RGB 11626187
HSL0.760.760.42
HSV274°86°73°
CMYK 0.380.860.00   0.27
XYZ16.54158.039647.6937
Yxy8.03960.22890.1112
Hunter Lab28.354254.5150-79.8819
CIE-Lab34.065263.3588-65.5710

#741abb color RGB value is (116,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011010 10111011
Octal 164 32 273
Decimal 116 26 187
Hex 74 1A BB

RGB Percentages of Color #741abb

%35.26
%7.90
%56.84

CMYK Percentages of Color #741abb

%38
%86
%0
%27

Triadic Colors of #741abb

#741abb #bb741a #1abb74

Analogous Colors of #741abb

#741abb #bb1ab2 #241abb

Monochromatic Colors of #741abb

#741abb

Complementary Color

#741abb #61bb1a

#741abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741abb Color CSS Codes

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

#741abb Text Font Color

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

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


#741abb Background Color

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

This div background color is #741abb


#741abb Border Color

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

This div border color is #741abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741abb


Comments

No comments written yet.

Please login to write comment.