Color Hex Logo

#741ecc Color Hex

#741ECC
(116,30,204)
0 Favorites   0 Comments

Color spaces of #741ecc

RGB 11630204
HSL0.750.740.46
HSV270°85°80°
CMYK 0.430.850.00   0.20
XYZ18.56589.001257.8856
Yxy9.00120.21730.1053
Hunter Lab30.002057.9556-93.3922
CIE-Lab35.986666.0292-72.3872

#741ecc color RGB value is (116,30,204).

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

The process color (four color CMYK) of #741ecc color hex is 0.43, 0.85, 0.00, 0.20. Web safe color of #741ecc is #6633cc. Color #741ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11001100
Octal 164 36 314
Decimal 116 30 204
Hex 74 1E CC

RGB Percentages of Color #741ecc

%33.14
%8.57
%58.29

CMYK Percentages of Color #741ecc

%43
%85
%0
%20

Triadic Colors of #741ecc

#741ecc #cc741e #1ecc74

Analogous Colors of #741ecc

#741ecc #cb1ecc #1e1fcc

Monochromatic Colors of #741ecc

#741ecc

Complementary Color

#741ecc #76cc1e

#741ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#741ecc Color CSS Codes

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

#741ecc Text Font Color

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

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


#741ecc Background Color

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

This div background color is #741ecc


#741ecc Border Color

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

This div border color is #741ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741ecc


Comments

No comments written yet.

Please login to write comment.