Color Hex Logo

#741bfe Color Hex

#741BFE
(116,27,254)
0 Favorites   0 Comments

Color spaces of #741bfe

RGB 11627254
HSL0.730.990.55
HSV264°89°100°
CMYK 0.540.890.00   0.00
XYZ25.483811.652694.6720
Yxy11.65260.19330.0884
Hunter Lab34.135973.5195-140.5389
CIE-Lab40.658678.1946-93.2031

#741bfe color RGB value is (116,27,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11111110
Octal 164 33 376
Decimal 116 27 254
Hex 74 1B FE

RGB Percentages of Color #741bfe

%29.22
%6.80
%63.98

CMYK Percentages of Color #741bfe

%54
%89
%0
%0

Triadic Colors of #741bfe

#741bfe #fe741b #1bfe74

Analogous Colors of #741bfe

#741bfe #e61bfe #1b34fe

Monochromatic Colors of #741bfe

#741bfe

Complementary Color

#741bfe #a5fe1b

#741bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bfe Color CSS Codes

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

#741bfe Text Font Color

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

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


#741bfe Background Color

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

This div background color is #741bfe


#741bfe Border Color

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

This div border color is #741bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.