Color Hex Logo

#8250ff Color Hex

#8250FF
(130,80,255)
0 Favorites   0 Comments

Color spaces of #8250ff

RGB 13080255
HSL0.711.000.66
HSV257°69°100°
CMYK 0.490.690.00   0.00
XYZ30.124617.703196.4371
Yxy17.70310.20880.1227
Hunter Lab42.075154.1698-106.4417
CIE-Lab49.134060.1531-79.7693

#8250ff color RGB value is (130,80,255).

#8250ff hex color red value is 130, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8250ff hue: 0.71 , saturation: 1.00 and the lightness value of 8250ff is 0.66.

The process color (four color CMYK) of #8250ff color hex is 0.49, 0.69, 0.00, 0.00. Web safe color of #8250ff is #9966ff. Color #8250ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 11111111
Octal 202 120 377
Decimal 130 80 255
Hex 82 50 FF

RGB Percentages of Color #8250ff

%27.96
%17.20
%54.84

CMYK Percentages of Color #8250ff

%49
%69
%0
%0

Triadic Colors of #8250ff

#8250ff #ff8250 #50ff82

Analogous Colors of #8250ff

#8250ff #da50ff #5076ff

Monochromatic Colors of #8250ff

#8250ff

Complementary Color

#8250ff #cdff50

#8250ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8250ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8250ff Color CSS Codes

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

#8250ff Text Font Color

<p style="color:#8250ff">Text here</p>

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


#8250ff Background Color

<div style="background-color:#8250ff">
Div content here</div>

This div background color is #8250ff


#8250ff Border Color

<div style="border:3px solid #8250ff">
Div here</div>

This div border color is #8250ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,80,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8250ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8250ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8250ff;
  box-shadow:         1px 1px 3px 2px #8250ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,80,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8250ff


Comments

No comments written yet.

Please login to write comment.