Color Hex Logo

#8025d1 Color Hex

#8025D1
(128,37,209)
0 Favorites   0 Comments

Color spaces of #8025d1

RGB 12837209
HSL0.750.700.48
HSV272°82°82°
CMYK 0.390.820.00   0.18
XYZ21.072310.515861.2407
Yxy10.51580.22700.1133
Hunter Lab32.428159.2431-89.2700
CIE-Lab38.752766.6149-70.6898

#8025d1 color RGB value is (128,37,209).

#8025d1 hex color red value is 128, green value is 37 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8025d1 hue: 0.75 , saturation: 0.70 and the lightness value of 8025d1 is 0.48.

The process color (four color CMYK) of #8025d1 color hex is 0.39, 0.82, 0.00, 0.18. Web safe color of #8025d1 is #9933cc. Color #8025d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 11010001
Octal 200 45 321
Decimal 128 37 209
Hex 80 25 D1

RGB Percentages of Color #8025d1

%34.22
%9.89
%55.88

CMYK Percentages of Color #8025d1

%39
%82
%0
%18

Triadic Colors of #8025d1

#8025d1 #d18025 #25d180

Analogous Colors of #8025d1

#8025d1 #d125cc #2a25d1

Monochromatic Colors of #8025d1

#8025d1

Complementary Color

#8025d1 #76d125

#8025d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8025d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8025d1 Color CSS Codes

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

#8025d1 Text Font Color

<p style="color:#8025d1">Text here</p>

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


#8025d1 Background Color

<div style="background-color:#8025d1">
Div content here</div>

This div background color is #8025d1


#8025d1 Border Color

<div style="border:3px solid #8025d1">
Div here</div>

This div border color is #8025d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,37,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8025d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8025d1;
  -webkit-box-shadow: 1px 1px 3px 2px #8025d1;
  box-shadow:         1px 1px 3px 2px #8025d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8025d1


Comments

No comments written yet.

Please login to write comment.