Color Hex Logo

#741eec Color Hex

#741EEC
(116,30,236)
0 Favorites   0 Comments

Color spaces of #741eec

RGB 11630236
HSL0.740.840.52
HSV265°87°93°
CMYK 0.510.870.00   0.07
XYZ22.807110.697780.2197
Yxy10.69770.20050.0941
Hunter Lab32.707367.2317-122.5226
CIE-Lab39.066673.3483-85.6933

#741eec color RGB value is (116,30,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11101100
Octal 164 36 354
Decimal 116 30 236
Hex 74 1E EC

RGB Percentages of Color #741eec

%30.37
%7.85
%61.78

CMYK Percentages of Color #741eec

%51
%87
%0
%7

Triadic Colors of #741eec

#741eec #ec741e #1eec74

Analogous Colors of #741eec

#741eec #db1eec #1e2fec

Monochromatic Colors of #741eec

#741eec

Complementary Color

#741eec #96ec1e

#741eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#741eec Color CSS Codes

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

#741eec Text Font Color

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

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


#741eec Background Color

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

This div background color is #741eec


#741eec Border Color

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

This div border color is #741eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741eec


Comments

No comments written yet.

Please login to write comment.