Color Hex Logo

#704cfc Color Hex

#704CFC
(112,76,252)
0 Favorites   0 Comments

Color spaces of #704cfc

RGB 11276252
HSL0.700.970.64
HSV252°70°99°
CMYK 0.560.700.00   0.01
XYZ26.837215.641993.7002
Yxy15.64190.19710.1149
Hunter Lab39.549851.9119-112.7831
CIE-Lab46.501158.6206-82.4743

#704cfc color RGB value is (112,76,252).

#704cfc hex color red value is 112, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #704cfc hue: 0.70 , saturation: 0.97 and the lightness value of 704cfc is 0.64.

The process color (four color CMYK) of #704cfc color hex is 0.56, 0.70, 0.00, 0.01. Web safe color of #704cfc is #6633ff. Color #704cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 11111100
Octal 160 114 374
Decimal 112 76 252
Hex 70 4C FC

RGB Percentages of Color #704cfc

%25.45
%17.27
%57.27

CMYK Percentages of Color #704cfc

%56
%70
%0
%1

Triadic Colors of #704cfc

#704cfc #fc704c #4cfc70

Analogous Colors of #704cfc

#704cfc #c84cfc #4c80fc

Monochromatic Colors of #704cfc

#704cfc

Complementary Color

#704cfc #d8fc4c

#704cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#704cfc Color CSS Codes

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

#704cfc Text Font Color

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

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


#704cfc Background Color

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

This div background color is #704cfc


#704cfc Border Color

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

This div border color is #704cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704cfc


Comments

No comments written yet.

Please login to write comment.