Color Hex Logo

#734abb Color Hex

#734ABB
(115,74,187)
0 Favorites   0 Comments

Color spaces of #734abb

RGB 11574187
HSL0.730.450.51
HSV262°60°73°
CMYK 0.390.600.00   0.27
XYZ18.488712.130348.3806
Yxy12.13030.23400.1535
Hunter Lab34.828633.8064-57.9801
CIE-Lab41.422542.1966-53.6119

#734abb color RGB value is (115,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001010 10111011
Octal 163 112 273
Decimal 115 74 187
Hex 73 4A BB

RGB Percentages of Color #734abb

%30.59
%19.68
%49.73

CMYK Percentages of Color #734abb

%39
%60
%0
%27

Triadic Colors of #734abb

#734abb #bb734a #4abb73

Analogous Colors of #734abb

#734abb #ac4abb #4a59bb

Monochromatic Colors of #734abb

#734abb

Complementary Color

#734abb #92bb4a

#734abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#734abb Color CSS Codes

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

#734abb Text Font Color

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

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


#734abb Background Color

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

This div background color is #734abb


#734abb Border Color

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

This div border color is #734abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734abb


Comments

No comments written yet.

Please login to write comment.