Color Hex Logo

#704fdc Color Hex

#704FDC
(112,79,220)
0 Favorites   0 Comments

Color spaces of #704fdc

RGB 11279220
HSL0.710.670.59
HSV254°64°86°
CMYK 0.490.640.00   0.14
XYZ22.396314.204069.2714
Yxy14.20400.21150.1342
Hunter Lab37.688240.1197-82.5941
CIE-Lab44.524147.9478-67.6611

#704fdc color RGB value is (112,79,220).

#704fdc hex color red value is 112, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #704fdc hue: 0.71 , saturation: 0.67 and the lightness value of 704fdc is 0.59.

The process color (four color CMYK) of #704fdc color hex is 0.49, 0.64, 0.00, 0.14. Web safe color of #704fdc is #6666cc. Color #704fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 11011100
Octal 160 117 334
Decimal 112 79 220
Hex 70 4F DC

RGB Percentages of Color #704fdc

%27.25
%19.22
%53.53

CMYK Percentages of Color #704fdc

%49
%64
%0
%14

Triadic Colors of #704fdc

#704fdc #dc704f #4fdc70

Analogous Colors of #704fdc

#704fdc #b74fdc #4f75dc

Monochromatic Colors of #704fdc

#704fdc

Complementary Color

#704fdc #bbdc4f

#704fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fdc Color CSS Codes

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

#704fdc Text Font Color

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

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


#704fdc Background Color

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

This div background color is #704fdc


#704fdc Border Color

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

This div border color is #704fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fdc


Comments

No comments written yet.

Please login to write comment.