Color Hex Logo

#734dbc Color Hex

#734DBC
(115,77,188)
0 Favorites   0 Comments

Color spaces of #734dbc

RGB 11577188
HSL0.720.450.52
HSV261°59°74°
CMYK 0.390.590.00   0.26
XYZ18.801212.583449.0149
Yxy12.58340.23380.1565
Hunter Lab35.473132.5294-57.0927
CIE-Lab42.128740.7756-53.0583

#734dbc color RGB value is (115,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 10111100
Octal 163 115 274
Decimal 115 77 188
Hex 73 4D BC

RGB Percentages of Color #734dbc

%30.26
%20.26
%49.47

CMYK Percentages of Color #734dbc

%39
%59
%0
%26

Triadic Colors of #734dbc

#734dbc #bc734d #4dbc73

Analogous Colors of #734dbc

#734dbc #ab4dbc #4d5fbc

Monochromatic Colors of #734dbc

#734dbc

Complementary Color

#734dbc #96bc4d

#734dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#734dbc Color CSS Codes

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

#734dbc Text Font Color

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

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


#734dbc Background Color

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

This div background color is #734dbc


#734dbc Border Color

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

This div border color is #734dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734dbc


Comments

No comments written yet.

Please login to write comment.