Color Hex Logo

#741dba Color Hex

#741DBA
(116,29,186)
0 Favorites   0 Comments

Color spaces of #741dba

RGB 11629186
HSL0.760.730.42
HSV273°84°73°
CMYK 0.380.840.00   0.27
XYZ16.50488.136947.1551
Yxy8.13690.22990.1133
Hunter Lab28.525353.3615-78.0446
CIE-Lab34.266462.2851-64.6503

#741dba color RGB value is (116,29,186).

#741dba hex color red value is 116, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #741dba hue: 0.76 , saturation: 0.73 and the lightness value of 741dba is 0.42.

The process color (four color CMYK) of #741dba color hex is 0.38, 0.84, 0.00, 0.27. Web safe color of #741dba is #6633cc. Color #741dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011101 10111010
Octal 164 35 272
Decimal 116 29 186
Hex 74 1D BA

RGB Percentages of Color #741dba

%35.05
%8.76
%56.19

CMYK Percentages of Color #741dba

%38
%84
%0
%27

Triadic Colors of #741dba

#741dba #ba741d #1dba74

Analogous Colors of #741dba

#741dba #ba1db2 #261dba

Monochromatic Colors of #741dba

#741dba

Complementary Color

#741dba #63ba1d

#741dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#741dba Color CSS Codes

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

#741dba Text Font Color

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

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


#741dba Background Color

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

This div background color is #741dba


#741dba Border Color

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

This div border color is #741dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741dba


Comments

No comments written yet.

Please login to write comment.