Color Hex Logo

#734888 Color Hex

#734888
(115,72,136)
0 Favorites   0 Comments

Color spaces of #734888

RGB 11572136
HSL0.780.310.41
HSV280°47°53°
CMYK 0.150.470.00   0.47
XYZ13.831510.057124.5048
Yxy10.05710.28580.2078
Hunter Lab31.712922.3546-23.6147
CIE-Lab37.944730.4743-28.6460

#734888 color RGB value is (115,72,136).

#734888 hex color red value is 115, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #734888 hue: 0.78 , saturation: 0.31 and the lightness value of 734888 is 0.41.

The process color (four color CMYK) of #734888 color hex is 0.15, 0.47, 0.00, 0.47. Web safe color of #734888 is #663399. Color #734888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001000 10001000
Octal 163 110 210
Decimal 115 72 136
Hex 73 48 88

RGB Percentages of Color #734888

%35.60
%22.29
%42.11

CMYK Percentages of Color #734888

%15
%47
%0
%47

Triadic Colors of #734888

#734888 #887348 #488873

Analogous Colors of #734888

#734888 #88487d #534888

Monochromatic Colors of #734888

#734888

Complementary Color

#734888 #5d8848

#734888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734888 Color CSS Codes

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

#734888 Text Font Color

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

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


#734888 Background Color

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

This div background color is #734888


#734888 Border Color

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

This div border color is #734888


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,72,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #734888; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #734888;
  -webkit-box-shadow: 1px 1px 3px 2px #734888;
  box-shadow:         1px 1px 3px 2px #734888; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734888


Comments

No comments written yet.

Please login to write comment.