Color Hex Logo

#704acf Color Hex

#704ACF
(112,74,207)
0 Favorites   0 Comments

Color spaces of #704acf

RGB 11274207
HSL0.710.580.55
HSV257°64°81°
CMYK 0.460.640.00   0.19
XYZ20.393412.847360.4364
Yxy12.84730.21770.1371
Hunter Lab35.843138.8343-74.8808
CIE-Lab42.532347.0382-63.4474

#704acf color RGB value is (112,74,207).

#704acf hex color red value is 112, green value is 74 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #704acf hue: 0.71 , saturation: 0.58 and the lightness value of 704acf is 0.55.

The process color (four color CMYK) of #704acf color hex is 0.46, 0.64, 0.00, 0.19. Web safe color of #704acf is #6633cc. Color #704acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 11001111
Octal 160 112 317
Decimal 112 74 207
Hex 70 4A CF

RGB Percentages of Color #704acf

%28.50
%18.83
%52.67

CMYK Percentages of Color #704acf

%46
%64
%0
%19

Triadic Colors of #704acf

#704acf #cf704a #4acf70

Analogous Colors of #704acf

#704acf #b34acf #4a67cf

Monochromatic Colors of #704acf

#704acf

Complementary Color

#704acf #a9cf4a

#704acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#704acf Color CSS Codes

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

#704acf Text Font Color

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

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


#704acf Background Color

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

This div background color is #704acf


#704acf Border Color

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

This div border color is #704acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704acf


Comments

No comments written yet.

Please login to write comment.