Color Hex Logo

#8542ef Color Hex

#8542EF
(133,66,239)
0 Favorites   0 Comments

Color spaces of #8542ef

RGB 13366239
HSL0.730.840.60
HSV263°72°94°
CMYK 0.440.720.00   0.06
XYZ27.201115.115083.1452
Yxy15.11500.21680.1205
Hunter Lab38.878056.8514-99.5840
CIE-Lab45.791363.1561-76.2687

#8542ef color RGB value is (133,66,239).

#8542ef hex color red value is 133, green value is 66 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8542ef hue: 0.73 , saturation: 0.84 and the lightness value of 8542ef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000010 11101111
Octal 205 102 357
Decimal 133 66 239
Hex 85 42 EF

RGB Percentages of Color #8542ef

%30.37
%15.07
%54.57

CMYK Percentages of Color #8542ef

%44
%72
%0
%6

Triadic Colors of #8542ef

#8542ef #ef8542 #42ef85

Analogous Colors of #8542ef

#8542ef #dc42ef #4256ef

Monochromatic Colors of #8542ef

#8542ef

Complementary Color

#8542ef #acef42

#8542ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8542ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8542ef Color CSS Codes

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

#8542ef Text Font Color

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

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


#8542ef Background Color

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

This div background color is #8542ef


#8542ef Border Color

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

This div border color is #8542ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8542ef


Comments

No comments written yet.

Please login to write comment.