Color Hex Logo

#704bae Color Hex

#704BAE
(112,75,174)
0 Favorites   0 Comments

Color spaces of #704bae

RGB 11275174
HSL0.730.400.49
HSV262°57°68°
CMYK 0.360.570.00   0.32
XYZ16.838111.532941.3830
Yxy11.53290.24140.1653
Hunter Lab33.960129.0736-48.4773
CIE-Lab40.463937.4370-47.5203

#704bae color RGB value is (112,75,174).

#704bae hex color red value is 112, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #704bae hue: 0.73 , saturation: 0.40 and the lightness value of 704bae is 0.49.

The process color (four color CMYK) of #704bae color hex is 0.36, 0.57, 0.00, 0.32. Web safe color of #704bae is #663399. Color #704bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001011 10101110
Octal 160 113 256
Decimal 112 75 174
Hex 70 4B AE

RGB Percentages of Color #704bae

%31.02
%20.78
%48.20

CMYK Percentages of Color #704bae

%36
%57
%0
%32

Triadic Colors of #704bae

#704bae #ae704b #4bae70

Analogous Colors of #704bae

#704bae #a24bae #4b57ae

Monochromatic Colors of #704bae

#704bae

Complementary Color

#704bae #89ae4b

#704bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#704bae Color CSS Codes

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

#704bae Text Font Color

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

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


#704bae Background Color

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

This div background color is #704bae


#704bae Border Color

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

This div border color is #704bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,75,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #704bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #704bae;
  -webkit-box-shadow: 1px 1px 3px 2px #704bae;
  box-shadow:         1px 1px 3px 2px #704bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,75,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704bae


Comments

No comments written yet.

Please login to write comment.