Color Hex Logo

#734dbd Color Hex

#734DBD
(115,77,189)
0 Favorites   0 Comments

Color spaces of #734dbd

RGB 11577189
HSL0.720.460.52
HSV260°59°74°
CMYK 0.390.590.00   0.26
XYZ18.909412.626749.5847
Yxy12.62670.23310.1557
Hunter Lab35.534132.8039-57.8602
CIE-Lab42.195341.0463-53.5351

#734dbd color RGB value is (115,77,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 10111101
Octal 163 115 275
Decimal 115 77 189
Hex 73 4D BD

RGB Percentages of Color #734dbd

%30.18
%20.21
%49.61

CMYK Percentages of Color #734dbd

%39
%59
%0
%26

Triadic Colors of #734dbd

#734dbd #bd734d #4dbd73

Analogous Colors of #734dbd

#734dbd #ab4dbd #4d5fbd

Monochromatic Colors of #734dbd

#734dbd

Complementary Color

#734dbd #97bd4d

#734dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#734dbd Color CSS Codes

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

#734dbd Text Font Color

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

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


#734dbd Background Color

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

This div background color is #734dbd


#734dbd Border Color

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

This div border color is #734dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734dbd


Comments

No comments written yet.

Please login to write comment.