Color Hex Logo

#7035ae Color Hex

#7035AE
(112,53,174)
0 Favorites   0 Comments

Color spaces of #7035ae

RGB 11253174
HSL0.750.530.45
HSV269°70°68°
CMYK 0.360.700.00   0.32
XYZ15.59529.046940.9687
Yxy9.04690.23770.1379
Hunter Lab30.078139.9140-59.7030
CIE-Lab36.074449.2702-54.6032

#7035ae color RGB value is (112,53,174).

#7035ae hex color red value is 112, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7035ae hue: 0.75 , saturation: 0.53 and the lightness value of 7035ae is 0.45.

The process color (four color CMYK) of #7035ae color hex is 0.36, 0.70, 0.00, 0.32. Web safe color of #7035ae is #663399. Color #7035ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 10101110
Octal 160 65 256
Decimal 112 53 174
Hex 70 35 AE

RGB Percentages of Color #7035ae

%33.04
%15.63
%51.33

CMYK Percentages of Color #7035ae

%36
%70
%0
%32

Triadic Colors of #7035ae

#7035ae #ae7035 #35ae70

Analogous Colors of #7035ae

#7035ae #ad35ae #3537ae

Monochromatic Colors of #7035ae

#7035ae

Complementary Color

#7035ae #73ae35

#7035ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7035ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7035ae Color CSS Codes

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

#7035ae Text Font Color

<p style="color:#7035ae">Text here</p>

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


#7035ae Background Color

<div style="background-color:#7035ae">
Div content here</div>

This div background color is #7035ae


#7035ae Border Color

<div style="border:3px solid #7035ae">
Div here</div>

This div border color is #7035ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,53,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7035ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7035ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7035ae;
  box-shadow:         1px 1px 3px 2px #7035ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7035ae


Comments

No comments written yet.

Please login to write comment.