Color Hex Logo

#741ee1 Color Hex

#741EE1
(116,30,225)
0 Favorites   0 Comments

Color spaces of #741ee1

RGB 11630225
HSL0.740.760.50
HSV266°87°88°
CMYK 0.480.870.00   0.12
XYZ21.257310.077872.0590
Yxy10.07780.20560.0975
Hunter Lab31.745663.9716-112.3601
CIE-Lab37.981770.8211-81.2182

#741ee1 color RGB value is (116,30,225).

#741ee1 hex color red value is 116, green value is 30 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #741ee1 hue: 0.74 , saturation: 0.76 and the lightness value of 741ee1 is 0.50.

The process color (four color CMYK) of #741ee1 color hex is 0.48, 0.87, 0.00, 0.12. Web safe color of #741ee1 is #6633cc. Color #741ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11100001
Octal 164 36 341
Decimal 116 30 225
Hex 74 1E E1

RGB Percentages of Color #741ee1

%31.27
%8.09
%60.65

CMYK Percentages of Color #741ee1

%48
%87
%0
%12

Triadic Colors of #741ee1

#741ee1 #e1741e #1ee174

Analogous Colors of #741ee1

#741ee1 #d61ee1 #1e2ae1

Monochromatic Colors of #741ee1

#741ee1

Complementary Color

#741ee1 #8be11e

#741ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741ee1 Color CSS Codes

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

#741ee1 Text Font Color

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

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


#741ee1 Background Color

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

This div background color is #741ee1


#741ee1 Border Color

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

This div border color is #741ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741ee1


Comments

No comments written yet.

Please login to write comment.