Color Hex Logo

#741afb Color Hex

#741AFB
(116,26,251)
0 Favorites   0 Comments

Color spaces of #741afb

RGB 11626251
HSL0.730.970.54
HSV264°90°98°
CMYK 0.540.900.00   0.02
XYZ24.984411.416892.1536
Yxy11.41680.19430.0888
Hunter Lab33.788872.8578-138.0522
CIE-Lab40.273877.7331-92.1586

#741afb color RGB value is (116,26,251).

#741afb hex color red value is 116, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #741afb hue: 0.73 , saturation: 0.97 and the lightness value of 741afb is 0.54.

The process color (four color CMYK) of #741afb color hex is 0.54, 0.90, 0.00, 0.02. Web safe color of #741afb is #6633ff. Color #741afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011010 11111011
Octal 164 32 373
Decimal 116 26 251
Hex 74 1A FB

RGB Percentages of Color #741afb

%29.52
%6.62
%63.87

CMYK Percentages of Color #741afb

%54
%90
%0
%2

Triadic Colors of #741afb

#741afb #fb741a #1afb74

Analogous Colors of #741afb

#741afb #e51afb #1a30fb

Monochromatic Colors of #741afb

#741afb

Complementary Color

#741afb #a1fb1a

#741afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741afb Color CSS Codes

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

#741afb Text Font Color

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

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


#741afb Background Color

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

This div background color is #741afb


#741afb Border Color

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

This div border color is #741afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741afb


Comments

No comments written yet.

Please login to write comment.