Color Hex Logo

#704dda Color Hex

#704DDA
(112,77,218)
0 Favorites   0 Comments

Color spaces of #704dda

RGB 11277218
HSL0.710.660.58
HSV255°65°85°
CMYK 0.490.650.00   0.15
XYZ21.990913.814567.8371
Yxy13.81450.21220.1333
Hunter Lab37.167940.5683-82.1959
CIE-Lab43.965748.4798-67.4283

#704dda color RGB value is (112,77,218).

#704dda hex color red value is 112, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #704dda hue: 0.71 , saturation: 0.66 and the lightness value of 704dda is 0.58.

The process color (four color CMYK) of #704dda color hex is 0.49, 0.65, 0.00, 0.15. Web safe color of #704dda is #6666cc. Color #704dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001101 11011010
Octal 160 115 332
Decimal 112 77 218
Hex 70 4D DA

RGB Percentages of Color #704dda

%27.52
%18.92
%53.56

CMYK Percentages of Color #704dda

%49
%65
%0
%15

Triadic Colors of #704dda

#704dda #da704d #4dda70

Analogous Colors of #704dda

#704dda #b74dda #4d71da

Monochromatic Colors of #704dda

#704dda

Complementary Color

#704dda #b7da4d

#704dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#704dda Color CSS Codes

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

#704dda Text Font Color

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

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


#704dda Background Color

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

This div background color is #704dda


#704dda Border Color

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

This div border color is #704dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704dda


Comments

No comments written yet.

Please login to write comment.