Color Hex Logo

#734faf Color Hex

#734FAF
(115,79,175)
0 Favorites   0 Comments

Color spaces of #734faf

RGB 11579175
HSL0.730.380.50
HSV263°55°69°
CMYK 0.340.550.00   0.31
XYZ17.604112.331942.0099
Yxy12.33190.24470.1714
Hunter Lab35.116828.0279-46.3463
CIE-Lab41.738836.1369-46.0500

#734faf color RGB value is (115,79,175).

#734faf hex color red value is 115, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #734faf hue: 0.73 , saturation: 0.38 and the lightness value of 734faf is 0.50.

The process color (four color CMYK) of #734faf color hex is 0.34, 0.55, 0.00, 0.31. Web safe color of #734faf is #666699. Color #734faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001111 10101111
Octal 163 117 257
Decimal 115 79 175
Hex 73 4F AF

RGB Percentages of Color #734faf

%31.17
%21.41
%47.43

CMYK Percentages of Color #734faf

%34
%55
%0
%31

Triadic Colors of #734faf

#734faf #af734f #4faf73

Analogous Colors of #734faf

#734faf #a34faf #4f5baf

Monochromatic Colors of #734faf

#734faf

Complementary Color

#734faf #8baf4f

#734faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#734faf Color CSS Codes

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

#734faf Text Font Color

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

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


#734faf Background Color

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

This div background color is #734faf


#734faf Border Color

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

This div border color is #734faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734faf


Comments

No comments written yet.

Please login to write comment.