Color Hex Logo

#742fba Color Hex

#742FBA
(116,47,186)
0 Favorites   0 Comments

Color spaces of #742fba

RGB 11647186
HSL0.750.600.46
HSV270°75°73°
CMYK 0.380.750.00   0.27
XYZ17.08199.291247.3474
Yxy9.29120.23170.1260
Hunter Lab30.481546.6893-70.7592
CIE-Lab36.539055.7034-60.9374

#742fba color RGB value is (116,47,186).

#742fba hex color red value is 116, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #742fba hue: 0.75 , saturation: 0.60 and the lightness value of 742fba is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101111 10111010
Octal 164 57 272
Decimal 116 47 186
Hex 74 2F BA

RGB Percentages of Color #742fba

%33.24
%13.47
%53.30

CMYK Percentages of Color #742fba

%38
%75
%0
%27

Triadic Colors of #742fba

#742fba #ba742f #2fba74

Analogous Colors of #742fba

#742fba #ba2fba #2f2fba

Monochromatic Colors of #742fba

#742fba

Complementary Color

#742fba #75ba2f

#742fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#742fba Color CSS Codes

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

#742fba Text Font Color

<p style="color:#742fba">Text here</p>

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


#742fba Background Color

<div style="background-color:#742fba">
Div content here</div>

This div background color is #742fba


#742fba Border Color

<div style="border:3px solid #742fba">
Div here</div>

This div border color is #742fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,47,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 #742fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742fba


Comments

No comments written yet.

Please login to write comment.