Color Hex Logo

#740bfa Color Hex

#740BFA
(116,11,250)
0 Favorites   0 Comments

Color spaces of #740bfa

RGB 11611250
HSL0.740.960.51
HSV266°96°98°
CMYK 0.540.960.00   0.02
XYZ24.577510.854591.2422
Yxy10.85450.19400.0857
Hunter Lab32.946275.5034-141.1374
CIE-Lab39.334380.0342-93.1527

#740bfa color RGB value is (116,11,250).

#740bfa hex color red value is 116, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #740bfa hue: 0.74 , saturation: 0.96 and the lightness value of 740bfa is 0.51.

The process color (four color CMYK) of #740bfa color hex is 0.54, 0.96, 0.00, 0.02. Web safe color of #740bfa is #6600ff. Color #740bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 11111010
Octal 164 13 372
Decimal 116 11 250
Hex 74 B FA

RGB Percentages of Color #740bfa

%30.77
%2.92
%66.31

CMYK Percentages of Color #740bfa

%54
%96
%0
%2

Triadic Colors of #740bfa

#740bfa #fa740b #0bfa74

Analogous Colors of #740bfa

#740bfa #ec0bfa #0b1afa

Monochromatic Colors of #740bfa

#740bfa

Complementary Color

#740bfa #91fa0b

#740bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bfa Color CSS Codes

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

#740bfa Text Font Color

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

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


#740bfa Background Color

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

This div background color is #740bfa


#740bfa Border Color

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

This div border color is #740bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740bfa


Comments

No comments written yet.

Please login to write comment.