Color Hex Logo

#741cfb Color Hex

#741CFB
(116,28,251)
0 Favorites   0 Comments

Color spaces of #741cfb

RGB 11628251
HSL0.730.970.55
HSV264°89°98°
CMYK 0.540.890.00   0.02
XYZ25.030311.508592.1689
Yxy11.50850.19450.0894
Hunter Lab33.924272.3355-137.3386
CIE-Lab40.424077.2815-91.9100

#741cfb color RGB value is (116,28,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011100 11111011
Octal 164 34 373
Decimal 116 28 251
Hex 74 1C FB

RGB Percentages of Color #741cfb

%29.37
%7.09
%63.54

CMYK Percentages of Color #741cfb

%54
%89
%0
%2

Triadic Colors of #741cfb

#741cfb #fb741c #1cfb74

Analogous Colors of #741cfb

#741cfb #e41cfb #1c33fb

Monochromatic Colors of #741cfb

#741cfb

Complementary Color

#741cfb #a3fb1c

#741cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741cfb Color CSS Codes

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

#741cfb Text Font Color

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

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


#741cfb Background Color

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

This div background color is #741cfb


#741cfb Border Color

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

This div border color is #741cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741cfb


Comments

No comments written yet.

Please login to write comment.