Color Hex Logo

#741ecb Color Hex

#741ECB
(116,30,203)
0 Favorites   0 Comments

Color spaces of #741ecb

RGB 11630203
HSL0.750.740.46
HSV270°85°80°
CMYK 0.430.850.00   0.20
XYZ18.44628.953357.2559
Yxy8.95330.21790.1058
Hunter Lab29.922157.6771-92.5060
CIE-Lab35.894265.8031-71.9569

#741ecb color RGB value is (116,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11001011
Octal 164 36 313
Decimal 116 30 203
Hex 74 1E CB

RGB Percentages of Color #741ecb

%33.24
%8.60
%58.17

CMYK Percentages of Color #741ecb

%43
%85
%0
%20

Triadic Colors of #741ecb

#741ecb #cb741e #1ecb74

Analogous Colors of #741ecb

#741ecb #cb1ecb #1e1fcb

Monochromatic Colors of #741ecb

#741ecb

Complementary Color

#741ecb #75cb1e

#741ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741ecb Color CSS Codes

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

#741ecb Text Font Color

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

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


#741ecb Background Color

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

This div background color is #741ecb


#741ecb Border Color

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

This div border color is #741ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741ecb


Comments

No comments written yet.

Please login to write comment.