Color Hex Logo

#704aed Color Hex

#704AED
(112,74,237)
0 Favorites   0 Comments

Color spaces of #704aed

RGB 11274237
HSL0.710.820.61
HSV254°69°93°
CMYK 0.530.690.00   0.07
XYZ24.416914.456781.6243
Yxy14.45670.20260.1200
Hunter Lab38.022048.0905-100.6664
CIE-Lab44.880955.4312-76.7168

#704aed color RGB value is (112,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 11101101
Octal 160 112 355
Decimal 112 74 237
Hex 70 4A ED

RGB Percentages of Color #704aed

%26.48
%17.49
%56.03

CMYK Percentages of Color #704aed

%53
%69
%0
%7

Triadic Colors of #704aed

#704aed #ed704a #4aed70

Analogous Colors of #704aed

#704aed #c24aed #4a76ed

Monochromatic Colors of #704aed

#704aed

Complementary Color

#704aed #c7ed4a

#704aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#704aed Color CSS Codes

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

#704aed Text Font Color

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

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


#704aed Background Color

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

This div background color is #704aed


#704aed Border Color

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

This div border color is #704aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,74,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 #704aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704aed


Comments

No comments written yet.

Please login to write comment.