Color Hex Logo

#704eed Color Hex

#704EED
(112,78,237)
0 Favorites   0 Comments

Color spaces of #704eed

RGB 11278237
HSL0.700.820.62
HSV253°67°93°
CMYK 0.530.670.00   0.07
XYZ24.692515.007981.7161
Yxy15.00790.20340.1236
Hunter Lab38.740045.9790-97.9451
CIE-Lab45.645053.3290-75.4675

#704eed color RGB value is (112,78,237).

#704eed hex color red value is 112, green value is 78 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #704eed hue: 0.70 , saturation: 0.82 and the lightness value of 704eed is 0.62.

The process color (four color CMYK) of #704eed color hex is 0.53, 0.67, 0.00, 0.07. Web safe color of #704eed is #6666ff. Color #704eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11101101
Octal 160 116 355
Decimal 112 78 237
Hex 70 4E ED

RGB Percentages of Color #704eed

%26.23
%18.27
%55.50

CMYK Percentages of Color #704eed

%53
%67
%0
%7

Triadic Colors of #704eed

#704eed #ed704e #4eed70

Analogous Colors of #704eed

#704eed #c04eed #4e7ced

Monochromatic Colors of #704eed

#704eed

Complementary Color

#704eed #cbed4e

#704eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#704eed Color CSS Codes

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

#704eed Text Font Color

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

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


#704eed Background Color

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

This div background color is #704eed


#704eed Border Color

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

This div border color is #704eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704eed


Comments

No comments written yet.

Please login to write comment.