Color Hex Logo

#8255fd Color Hex

#8255FD
(130,85,253)
0 Favorites   0 Comments

Color spaces of #8255fd

RGB 13085253
HSL0.710.980.66
HSV256°66°99°
CMYK 0.490.660.00   0.01
XYZ30.184018.334794.8766
Yxy18.33470.21050.1279
Hunter Lab42.819050.8949-101.3989
CIE-Lab49.899657.0771-77.4077

#8255fd color RGB value is (130,85,253).

#8255fd hex color red value is 130, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8255fd hue: 0.71 , saturation: 0.98 and the lightness value of 8255fd is 0.66.

The process color (four color CMYK) of #8255fd color hex is 0.49, 0.66, 0.00, 0.01. Web safe color of #8255fd is #9966ff. Color #8255fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010101 11111101
Octal 202 125 375
Decimal 130 85 253
Hex 82 55 FD

RGB Percentages of Color #8255fd

%27.78
%18.16
%54.06

CMYK Percentages of Color #8255fd

%49
%66
%0
%1

Triadic Colors of #8255fd

#8255fd #fd8255 #55fd82

Analogous Colors of #8255fd

#8255fd #d655fd #557cfd

Monochromatic Colors of #8255fd

#8255fd

Complementary Color

#8255fd #d0fd55

#8255fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8255fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8255fd Color CSS Codes

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

#8255fd Text Font Color

<p style="color:#8255fd">Text here</p>

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


#8255fd Background Color

<div style="background-color:#8255fd">
Div content here</div>

This div background color is #8255fd


#8255fd Border Color

<div style="border:3px solid #8255fd">
Div here</div>

This div border color is #8255fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,85,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8255fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8255fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8255fd;
  box-shadow:         1px 1px 3px 2px #8255fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8255fd

Related Colors


Comments

No comments written yet.

Please login to write comment.