Color Hex Logo

#734cbb Color Hex

#734CBB
(115,76,187)
0 Favorites   0 Comments

Color spaces of #734cbb

RGB 11576187
HSL0.730.450.52
HSV261°59°73°
CMYK 0.390.590.00   0.27
XYZ18.624312.401648.4258
Yxy12.40160.23440.1561
Hunter Lab35.215932.7738-56.8792
CIE-Lab41.847441.0715-52.9267

#734cbb color RGB value is (115,76,187).

#734cbb hex color red value is 115, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #734cbb hue: 0.73 , saturation: 0.45 and the lightness value of 734cbb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001100 10111011
Octal 163 114 273
Decimal 115 76 187
Hex 73 4C BB

RGB Percentages of Color #734cbb

%30.42
%20.11
%49.47

CMYK Percentages of Color #734cbb

%39
%59
%0
%27

Triadic Colors of #734cbb

#734cbb #bb734c #4cbb73

Analogous Colors of #734cbb

#734cbb #ab4cbb #4c5dbb

Monochromatic Colors of #734cbb

#734cbb

Complementary Color

#734cbb #94bb4c

#734cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#734cbb Color CSS Codes

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

#734cbb Text Font Color

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

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


#734cbb Background Color

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

This div background color is #734cbb


#734cbb Border Color

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

This div border color is #734cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,76,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 #734cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734cbb


Comments

No comments written yet.

Please login to write comment.