Color Hex Logo

#704aeb Color Hex

#704AEB
(112,74,235)
0 Favorites   0 Comments

Color spaces of #704aeb

RGB 11274235
HSL0.710.800.61
HSV254°69°92°
CMYK 0.520.690.00   0.08
XYZ24.126314.340580.0937
Yxy14.34050.20350.1210
Hunter Lab37.868947.4521-98.8918
CIE-Lab44.717354.8702-75.8560

#704aeb color RGB value is (112,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 11101011
Octal 160 112 353
Decimal 112 74 235
Hex 70 4A EB

RGB Percentages of Color #704aeb

%26.60
%17.58
%55.82

CMYK Percentages of Color #704aeb

%52
%69
%0
%8

Triadic Colors of #704aeb

#704aeb #eb704a #4aeb70

Analogous Colors of #704aeb

#704aeb #c14aeb #4a75eb

Monochromatic Colors of #704aeb

#704aeb

Complementary Color

#704aeb #c5eb4a

#704aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#704aeb Color CSS Codes

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

#704aeb Text Font Color

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

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


#704aeb Background Color

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

This div background color is #704aeb


#704aeb Border Color

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

This div border color is #704aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704aeb


Comments

No comments written yet.

Please login to write comment.