Color Hex Logo

#741ffb Color Hex

#741FFB
(116,31,251)
0 Favorites   0 Comments

Color spaces of #741ffb

RGB 11631251
HSL0.730.960.55
HSV263°88°98°
CMYK 0.540.880.00   0.02
XYZ25.105011.658092.1938
Yxy11.65800.19470.0904
Hunter Lab34.143871.4944-136.1919
CIE-Lab40.667376.5514-91.5076

#741ffb color RGB value is (116,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011111 11111011
Octal 164 37 373
Decimal 116 31 251
Hex 74 1F FB

RGB Percentages of Color #741ffb

%29.15
%7.79
%63.07

CMYK Percentages of Color #741ffb

%54
%88
%0
%2

Triadic Colors of #741ffb

#741ffb #fb741f #1ffb74

Analogous Colors of #741ffb

#741ffb #e21ffb #1f38fb

Monochromatic Colors of #741ffb

#741ffb

Complementary Color

#741ffb #a6fb1f

#741ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741ffb Color CSS Codes

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

#741ffb Text Font Color

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

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


#741ffb Background Color

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

This div background color is #741ffb


#741ffb Border Color

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

This div border color is #741ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741ffb


Comments

No comments written yet.

Please login to write comment.