Color Hex Logo

#704caf Color Hex

#704CAF
(112,76,175)
0 Favorites   0 Comments

Color spaces of #704caf

RGB 11276175
HSL0.730.390.49
HSV262°57°69°
CMYK 0.360.570.00   0.31
XYZ17.004411.708841.9212
Yxy11.70880.24070.1658
Hunter Lab34.218128.8223-48.6845
CIE-Lab40.749537.1273-47.6532

#704caf color RGB value is (112,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 10101111
Octal 160 114 257
Decimal 112 76 175
Hex 70 4C AF

RGB Percentages of Color #704caf

%30.85
%20.94
%48.21

CMYK Percentages of Color #704caf

%36
%57
%0
%31

Triadic Colors of #704caf

#704caf #af704c #4caf70

Analogous Colors of #704caf

#704caf #a24caf #4c59af

Monochromatic Colors of #704caf

#704caf

Complementary Color

#704caf #8baf4c

#704caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#704caf Color CSS Codes

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

#704caf Text Font Color

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

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


#704caf Background Color

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

This div background color is #704caf


#704caf Border Color

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

This div border color is #704caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,76,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 #704caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704caf


Comments

No comments written yet.

Please login to write comment.