Color Hex Logo

#734ebd Color Hex

#734EBD
(115,78,189)
0 Favorites   0 Comments

Color spaces of #734ebd

RGB 11578189
HSL0.720.460.52
HSV260°59°74°
CMYK 0.390.590.00   0.26
XYZ18.979912.767749.6082
Yxy12.76770.23330.1569
Hunter Lab35.731932.2839-57.3026
CIE-Lab42.411140.4784-53.1873

#734ebd color RGB value is (115,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001110 10111101
Octal 163 116 275
Decimal 115 78 189
Hex 73 4E BD

RGB Percentages of Color #734ebd

%30.10
%20.42
%49.48

CMYK Percentages of Color #734ebd

%39
%59
%0
%26

Triadic Colors of #734ebd

#734ebd #bd734e #4ebd73

Analogous Colors of #734ebd

#734ebd #ab4ebd #4e60bd

Monochromatic Colors of #734ebd

#734ebd

Complementary Color

#734ebd #98bd4e

#734ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#734ebd Color CSS Codes

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

#734ebd Text Font Color

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

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


#734ebd Background Color

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

This div background color is #734ebd


#734ebd Border Color

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

This div border color is #734ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,78,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734ebd


Comments

No comments written yet.

Please login to write comment.