Color Hex Logo

#734ebb Color Hex

#734EBB
(115,78,187)
0 Favorites   0 Comments

Color spaces of #734ebb

RGB 11578187
HSL0.720.440.52
HSV260°58°73°
CMYK 0.390.580.00   0.27
XYZ18.764312.681548.4725
Yxy12.68150.23480.1587
Hunter Lab35.611131.7363-55.7756
CIE-Lab42.279439.9354-52.2310

#734ebb color RGB value is (115,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001110 10111011
Octal 163 116 273
Decimal 115 78 187
Hex 73 4E BB

RGB Percentages of Color #734ebb

%30.26
%20.53
%49.21

CMYK Percentages of Color #734ebb

%39
%58
%0
%27

Triadic Colors of #734ebb

#734ebb #bb734e #4ebb73

Analogous Colors of #734ebb

#734ebb #aa4ebb #4e60bb

Monochromatic Colors of #734ebb

#734ebb

Complementary Color

#734ebb #96bb4e

#734ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#734ebb Color CSS Codes

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

#734ebb Text Font Color

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

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


#734ebb Background Color

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

This div background color is #734ebb


#734ebb Border Color

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

This div border color is #734ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734ebb


Comments

No comments written yet.

Please login to write comment.