Color Hex Logo

#704dab Color Hex

#704DAB
(112,77,171)
0 Favorites   0 Comments

Color spaces of #704dab

RGB 11277171
HSL0.730.380.49
HSV262°55°67°
CMYK 0.350.550.00   0.33
XYZ16.686711.692839.9055
Yxy11.69280.24440.1712
Hunter Lab34.194727.2655-45.2555
CIE-Lab40.723635.4731-45.3274

#704dab color RGB value is (112,77,171).

#704dab hex color red value is 112, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #704dab hue: 0.73 , saturation: 0.38 and the lightness value of 704dab is 0.49.

The process color (four color CMYK) of #704dab color hex is 0.35, 0.55, 0.00, 0.33. Web safe color of #704dab is #666699. Color #704dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001101 10101011
Octal 160 115 253
Decimal 112 77 171
Hex 70 4D AB

RGB Percentages of Color #704dab

%31.11
%21.39
%47.50

CMYK Percentages of Color #704dab

%35
%55
%0
%33

Triadic Colors of #704dab

#704dab #ab704d #4dab70

Analogous Colors of #704dab

#704dab #9f4dab #4d59ab

Monochromatic Colors of #704dab

#704dab

Complementary Color

#704dab #88ab4d

#704dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#704dab Color CSS Codes

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

#704dab Text Font Color

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

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


#704dab Background Color

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

This div background color is #704dab


#704dab Border Color

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

This div border color is #704dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704dab


Comments

No comments written yet.

Please login to write comment.