Color Hex Logo

#704cec Color Hex

#704CEC
(112,76,236)
0 Favorites   0 Comments

Color spaces of #704cec

RGB 11276236
HSL0.700.810.61
HSV254°68°93°
CMYK 0.530.680.00   0.07
XYZ24.406914.669880.9020
Yxy14.66980.20340.1223
Hunter Lab38.301246.7196-98.4250
CIE-Lab45.178654.1047-75.6661

#704cec color RGB value is (112,76,236).

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

The process color (four color CMYK) of #704cec color hex is 0.53, 0.68, 0.00, 0.07. Web safe color of #704cec is #6633ff. Color #704cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 11101100
Octal 160 114 354
Decimal 112 76 236
Hex 70 4C EC

RGB Percentages of Color #704cec

%26.42
%17.92
%55.66

CMYK Percentages of Color #704cec

%53
%68
%0
%7

Triadic Colors of #704cec

#704cec #ec704c #4cec70

Analogous Colors of #704cec

#704cec #c04cec #4c78ec

Monochromatic Colors of #704cec

#704cec

Complementary Color

#704cec #c8ec4c

#704cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#704cec Color CSS Codes

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

#704cec Text Font Color

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

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


#704cec Background Color

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

This div background color is #704cec


#704cec Border Color

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

This div border color is #704cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704cec


Comments

No comments written yet.

Please login to write comment.