Color Hex Logo

#704aec Color Hex

#704AEC
(112,74,236)
0 Favorites   0 Comments

Color spaces of #704aec

RGB 11274236
HSL0.710.810.61
HSV254°69°93°
CMYK 0.530.690.00   0.07
XYZ24.271214.398480.8568
Yxy14.39840.20310.1205
Hunter Lab37.945247.7712-99.7783
CIE-Lab44.798955.1510-76.2869

#704aec color RGB value is (112,74,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 11101100
Octal 160 112 354
Decimal 112 74 236
Hex 70 4A EC

RGB Percentages of Color #704aec

%26.54
%17.54
%55.92

CMYK Percentages of Color #704aec

%53
%69
%0
%7

Triadic Colors of #704aec

#704aec #ec704a #4aec70

Analogous Colors of #704aec

#704aec #c14aec #4a75ec

Monochromatic Colors of #704aec

#704aec

Complementary Color

#704aec #c6ec4a

#704aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#704aec Color CSS Codes

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

#704aec Text Font Color

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

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


#704aec Background Color

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

This div background color is #704aec


#704aec Border Color

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

This div border color is #704aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704aec


Comments

No comments written yet.

Please login to write comment.