Color Hex Logo

#8287fd Color Hex

#8287FD
(130,135,253)
0 Favorites   0 Comments

Color spaces of #8287fd

RGB 130135253
HSL0.660.970.75
HSV238°49°99°
CMYK 0.490.470.00   0.01
XYZ35.599529.165696.6817
Yxy29.16560.22050.1807
Hunter Lab54.005223.1558-68.3391
CIE-Lab60.927528.8329-59.5980

#8287fd color RGB value is (130,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 11111101
Octal 202 207 375
Decimal 130 135 253
Hex 82 87 FD

RGB Percentages of Color #8287fd

%25.10
%26.06
%48.84

CMYK Percentages of Color #8287fd

%49
%47
%0
%1

Triadic Colors of #8287fd

#8287fd #fd8287 #87fd82

Analogous Colors of #8287fd

#8287fd #bb82fd #82c5fd

Monochromatic Colors of #8287fd

#8287fd

Complementary Color

#8287fd #fdf882

#8287fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8287fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8287fd Color CSS Codes

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

#8287fd Text Font Color

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

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


#8287fd Background Color

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

This div background color is #8287fd


#8287fd Border Color

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

This div border color is #8287fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,135,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 #8287fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8287fd

Related Colors


Comments

No comments written yet.

Please login to write comment.