Color Hex Logo

#7828af Color Hex

#7828AF
(120,40,175)
0 Favorites   0 Comments

Color spaces of #7828af

RGB 12040175
HSL0.770.630.42
HSV276°77°69°
CMYK 0.310.770.00   0.31
XYZ16.24248.605841.3625
Yxy8.60580.24530.1300
Hunter Lab29.335647.4935-63.0624
CIE-Lab35.214056.7145-56.5480

#7828af color RGB value is (120,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101000 10101111
Octal 170 50 257
Decimal 120 40 175
Hex 78 28 AF

RGB Percentages of Color #7828af

%35.82
%11.94
%52.24

CMYK Percentages of Color #7828af

%31
%77
%0
%31

Triadic Colors of #7828af

#7828af #af7828 #28af78

Analogous Colors of #7828af

#7828af #af28a3 #3528af

Monochromatic Colors of #7828af

#7828af

Complementary Color

#7828af #5faf28

#7828af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7828af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7828af Color CSS Codes

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

#7828af Text Font Color

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

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


#7828af Background Color

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

This div background color is #7828af


#7828af Border Color

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

This div border color is #7828af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,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 #7828af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7828af


Comments

No comments written yet.

Please login to write comment.