Color Hex Logo

#7028af Color Hex

#7028AF
(112,40,175)
0 Favorites   0 Comments

Color spaces of #7028af

RGB 11240175
HSL0.760.630.42
HSV272°77°69°
CMYK 0.360.770.00   0.31
XYZ15.17878.057541.3127
Yxy8.05750.23520.1248
Hunter Lab28.385745.7742-66.4209
CIE-Lab34.102355.3118-58.4064

#7028af color RGB value is (112,40,175).

#7028af hex color red value is 112, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7028af hue: 0.76 , saturation: 0.63 and the lightness value of 7028af is 0.42.

The process color (four color CMYK) of #7028af color hex is 0.36, 0.77, 0.00, 0.31. Web safe color of #7028af is #663399. Color #7028af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101000 10101111
Octal 160 50 257
Decimal 112 40 175
Hex 70 28 AF

RGB Percentages of Color #7028af

%34.25
%12.23
%53.52

CMYK Percentages of Color #7028af

%36
%77
%0
%31

Triadic Colors of #7028af

#7028af #af7028 #28af70

Analogous Colors of #7028af

#7028af #af28ab #2d28af

Monochromatic Colors of #7028af

#7028af

Complementary Color

#7028af #67af28

#7028af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7028af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7028af Color CSS Codes

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

#7028af Text Font Color

<p style="color:#7028af">Text here</p>

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


#7028af Background Color

<div style="background-color:#7028af">
Div content here</div>

This div background color is #7028af


#7028af Border Color

<div style="border:3px solid #7028af">
Div here</div>

This div border color is #7028af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,40,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7028af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7028af;
  -webkit-box-shadow: 1px 1px 3px 2px #7028af;
  box-shadow:         1px 1px 3px 2px #7028af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7028af


Comments

No comments written yet.

Please login to write comment.