Color Hex Logo

#743cbb Color Hex

#743CBB
(116,60,187)
0 Favorites   0 Comments

Color spaces of #743cbb

RGB 11660187
HSL0.740.510.48
HSV266°68°73°
CMYK 0.380.680.00   0.27
XYZ17.788010.532648.1092
Yxy10.53260.23270.1378
Hunter Lab32.454041.0413-65.1727
CIE-Lab38.781849.8716-57.8788

#743cbb color RGB value is (116,60,187).

#743cbb hex color red value is 116, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #743cbb hue: 0.74 , saturation: 0.51 and the lightness value of 743cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111100 10111011
Octal 164 74 273
Decimal 116 60 187
Hex 74 3C BB

RGB Percentages of Color #743cbb

%31.96
%16.53
%51.52

CMYK Percentages of Color #743cbb

%38
%68
%0
%27

Triadic Colors of #743cbb

#743cbb #bb743c #3cbb74

Analogous Colors of #743cbb

#743cbb #b43cbb #3c43bb

Monochromatic Colors of #743cbb

#743cbb

Complementary Color

#743cbb #83bb3c

#743cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#743cbb Color CSS Codes

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

#743cbb Text Font Color

<p style="color:#743cbb">Text here</p>

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


#743cbb Background Color

<div style="background-color:#743cbb">
Div content here</div>

This div background color is #743cbb


#743cbb Border Color

<div style="border:3px solid #743cbb">
Div here</div>

This div border color is #743cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,60,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #743cbb;
  box-shadow:         1px 1px 3px 2px #743cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743cbb


Comments

No comments written yet.

Please login to write comment.