Color Hex Logo

#704fcd Color Hex

#704FCD
(112,79,205)
0 Favorites   0 Comments

Color spaces of #704fcd

RGB 11279205
HSL0.710.560.56
HSV256°61°80°
CMYK 0.450.610.00   0.20
XYZ20.497513.444559.2723
Yxy13.44450.21990.1442
Hunter Lab36.666735.6186-70.1764
CIE-Lab43.425543.6965-60.8451

#704fcd color RGB value is (112,79,205).

#704fcd hex color red value is 112, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #704fcd hue: 0.71 , saturation: 0.56 and the lightness value of 704fcd is 0.56.

The process color (four color CMYK) of #704fcd color hex is 0.45, 0.61, 0.00, 0.20. Web safe color of #704fcd is #6666cc. Color #704fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 11001101
Octal 160 117 315
Decimal 112 79 205
Hex 70 4F CD

RGB Percentages of Color #704fcd

%28.28
%19.95
%51.77

CMYK Percentages of Color #704fcd

%45
%61
%0
%20

Triadic Colors of #704fcd

#704fcd #cd704f #4fcd70

Analogous Colors of #704fcd

#704fcd #af4fcd #4f6dcd

Monochromatic Colors of #704fcd

#704fcd

Complementary Color

#704fcd #accd4f

#704fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fcd Color CSS Codes

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

#704fcd Text Font Color

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

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


#704fcd Background Color

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

This div background color is #704fcd


#704fcd Border Color

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

This div border color is #704fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fcd


Comments

No comments written yet.

Please login to write comment.