Color Hex Logo

#8028df Color Hex

#8028DF
(128,40,223)
0 Favorites   0 Comments

Color spaces of #8028df

RGB 12840223
HSL0.750.740.52
HSV269°82°87°
CMYK 0.430.820.00   0.13
XYZ22.980211.434570.8079
Yxy11.43450.21840.1087
Hunter Lab33.814962.1302-100.4818
CIE-Lab40.302968.8036-76.2016

#8028df color RGB value is (128,40,223).

#8028df hex color red value is 128, green value is 40 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8028df hue: 0.75 , saturation: 0.74 and the lightness value of 8028df is 0.52.

The process color (four color CMYK) of #8028df color hex is 0.43, 0.82, 0.00, 0.13. Web safe color of #8028df is #9933cc. Color #8028df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 11011111
Octal 200 50 337
Decimal 128 40 223
Hex 80 28 DF

RGB Percentages of Color #8028df

%32.74
%10.23
%57.03

CMYK Percentages of Color #8028df

%43
%82
%0
%13

Triadic Colors of #8028df

#8028df #df8028 #28df80

Analogous Colors of #8028df

#8028df #dc28df #282bdf

Monochromatic Colors of #8028df

#8028df

Complementary Color

#8028df #87df28

#8028df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8028df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8028df Color CSS Codes

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

#8028df Text Font Color

<p style="color:#8028df">Text here</p>

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


#8028df Background Color

<div style="background-color:#8028df">
Div content here</div>

This div background color is #8028df


#8028df Border Color

<div style="border:3px solid #8028df">
Div here</div>

This div border color is #8028df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,40,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8028df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8028df;
  -webkit-box-shadow: 1px 1px 3px 2px #8028df;
  box-shadow:         1px 1px 3px 2px #8028df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8028df


Comments

No comments written yet.

Please login to write comment.