Color Hex Logo

#740bad Color Hex

#740BAD
(116,11,173)
0 Favorites   0 Comments

Color spaces of #740bad

RGB 11611173
HSL0.770.880.36
HSV279°94°68°
CMYK 0.330.940.00   0.32
XYZ14.86506.969540.0969
Yxy6.96950.24000.1125
Hunter Lab26.399854.3087-71.5717
CIE-Lab31.737463.6238-61.0494

#740bad color RGB value is (116,11,173).

#740bad hex color red value is 116, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #740bad hue: 0.77 , saturation: 0.88 and the lightness value of 740bad is 0.36.

The process color (four color CMYK) of #740bad color hex is 0.33, 0.94, 0.00, 0.32. Web safe color of #740bad is #660099. Color #740bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 10101101
Octal 164 13 255
Decimal 116 11 173
Hex 74 B AD

RGB Percentages of Color #740bad

%38.67
%3.67
%57.67

CMYK Percentages of Color #740bad

%33
%94
%0
%32

Triadic Colors of #740bad

#740bad #ad740b #0bad74

Analogous Colors of #740bad

#740bad #ad0b95 #230bad

Monochromatic Colors of #740bad

#740bad

Complementary Color

#740bad #44ad0b

#740bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bad Color CSS Codes

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

#740bad Text Font Color

<p style="color:#740bad">Text here</p>

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


#740bad Background Color

<div style="background-color:#740bad">
Div content here</div>

This div background color is #740bad


#740bad Border Color

<div style="border:3px solid #740bad">
Div here</div>

This div border color is #740bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,11,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740bad;
  -webkit-box-shadow: 1px 1px 3px 2px #740bad;
  box-shadow:         1px 1px 3px 2px #740bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740bad


Comments

No comments written yet.

Please login to write comment.