Color Hex Logo

#741fec Color Hex

#741FEC
(116,31,236)
0 Favorites   0 Comments

Color spaces of #741fec

RGB 11631236
HSL0.740.840.52
HSV265°87°93°
CMYK 0.510.870.00   0.07
XYZ22.832810.749180.2282
Yxy10.74910.20060.0944
Hunter Lab32.785866.9363-122.1349
CIE-Lab39.154673.0854-85.5479

#741fec color RGB value is (116,31,236).

#741fec hex color red value is 116, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #741fec hue: 0.74 , saturation: 0.84 and the lightness value of 741fec is 0.52.

The process color (four color CMYK) of #741fec color hex is 0.51, 0.87, 0.00, 0.07. Web safe color of #741fec is #6633ff. Color #741fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011111 11101100
Octal 164 37 354
Decimal 116 31 236
Hex 74 1F EC

RGB Percentages of Color #741fec

%30.29
%8.09
%61.62

CMYK Percentages of Color #741fec

%51
%87
%0
%7

Triadic Colors of #741fec

#741fec #ec741f #1fec74

Analogous Colors of #741fec

#741fec #db1fec #1f31ec

Monochromatic Colors of #741fec

#741fec

Complementary Color

#741fec #97ec1f

#741fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#741fec Color CSS Codes

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

#741fec Text Font Color

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

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


#741fec Background Color

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

This div background color is #741fec


#741fec Border Color

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

This div border color is #741fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741fec


Comments

No comments written yet.

Please login to write comment.