Color Hex Logo

#8510ef Color Hex

#8510EF
(133,16,239)
0 Favorites   0 Comments

Color spaces of #8510ef

RGB 13316239
HSL0.750.870.50
HSV271°93°94°
CMYK 0.440.930.00   0.06
XYZ25.438111.589182.5575
Yxy11.58910.21270.0969
Hunter Lab34.042873.8074-119.9549
CIE-Lab40.555578.4462-84.8643

#8510ef color RGB value is (133,16,239).

#8510ef hex color red value is 133, green value is 16 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8510ef hue: 0.75 , saturation: 0.87 and the lightness value of 8510ef is 0.50.

The process color (four color CMYK) of #8510ef color hex is 0.44, 0.93, 0.00, 0.06. Web safe color of #8510ef is #9900ff. Color #8510ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 11101111
Octal 205 20 357
Decimal 133 16 239
Hex 85 10 EF

RGB Percentages of Color #8510ef

%34.28
%4.12
%61.60

CMYK Percentages of Color #8510ef

%44
%93
%0
%6

Triadic Colors of #8510ef

#8510ef #ef8510 #10ef85

Analogous Colors of #8510ef

#8510ef #ef10ea #1610ef

Monochromatic Colors of #8510ef

#8510ef

Complementary Color

#8510ef #7aef10

#8510ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8510ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8510ef Color CSS Codes

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

#8510ef Text Font Color

<p style="color:#8510ef">Text here</p>

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


#8510ef Background Color

<div style="background-color:#8510ef">
Div content here</div>

This div background color is #8510ef


#8510ef Border Color

<div style="border:3px solid #8510ef">
Div here</div>

This div border color is #8510ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,16,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8510ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8510ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8510ef;
  box-shadow:         1px 1px 3px 2px #8510ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,16,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8510ef


Comments

No comments written yet.

Please login to write comment.