Color Hex Logo

#704ece Color Hex

#704ECE
(112,78,206)
0 Favorites   0 Comments

Color spaces of #704ece

RGB 11278206
HSL0.710.570.56
HSV256°62°81°
CMYK 0.460.620.00   0.19
XYZ20.547113.349859.8863
Yxy13.34980.21910.1423
Hunter Lab36.537436.4406-71.6026
CIE-Lab43.285644.5409-61.6482

#704ece color RGB value is (112,78,206).

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

The process color (four color CMYK) of #704ece color hex is 0.46, 0.62, 0.00, 0.19. Web safe color of #704ece is #6666cc. Color #704ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11001110
Octal 160 116 316
Decimal 112 78 206
Hex 70 4E CE

RGB Percentages of Color #704ece

%28.28
%19.70
%52.02

CMYK Percentages of Color #704ece

%46
%62
%0
%19

Triadic Colors of #704ece

#704ece #ce704e #4ece70

Analogous Colors of #704ece

#704ece #b04ece #4e6cce

Monochromatic Colors of #704ece

#704ece

Complementary Color

#704ece #acce4e

#704ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ece Color CSS Codes

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

#704ece Text Font Color

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

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


#704ece Background Color

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

This div background color is #704ece


#704ece Border Color

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

This div border color is #704ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ece


Comments

No comments written yet.

Please login to write comment.