Color Hex Logo

#8507fd Color Hex

#8507FD
(133,7,253)
0 Favorites   0 Comments

Color spaces of #8507fd

RGB 1337253
HSL0.750.980.51
HSV271°97°99°
CMYK 0.470.970.00   0.01
XYZ27.478512.230493.8409
Yxy12.23040.20580.0916
Hunter Lab34.972079.0516-134.6134
CIE-Lab41.580082.4246-91.0542

#8507fd color RGB value is (133,7,253).

#8507fd hex color red value is 133, green value is 7 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8507fd hue: 0.75 , saturation: 0.98 and the lightness value of 8507fd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000111 11111101
Octal 205 7 375
Decimal 133 7 253
Hex 85 7 FD

RGB Percentages of Color #8507fd

%33.84
%1.78
%64.38

CMYK Percentages of Color #8507fd

%47
%97
%0
%1

Triadic Colors of #8507fd

#8507fd #fd8507 #07fd85

Analogous Colors of #8507fd

#8507fd #fd07fa #0a07fd

Monochromatic Colors of #8507fd

#8507fd

Complementary Color

#8507fd #7ffd07

#8507fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8507fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8507fd Color CSS Codes

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

#8507fd Text Font Color

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

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


#8507fd Background Color

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

This div background color is #8507fd


#8507fd Border Color

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

This div border color is #8507fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8507fd


Comments

No comments written yet.

Please login to write comment.