Color Hex Logo

#8d26ec Color Hex

#8D26EC
(141,38,236)
0 Favorites   0 Comments

Color spaces of #8d26ec

RGB 14138236
HSL0.750.840.54
HSV271°84°93°
CMYK 0.400.840.00   0.07
XYZ26.817913.105180.4730
Yxy13.10510.22270.1088
Hunter Lab36.201068.8822-106.4581
CIE-Lab42.921273.9727-79.2374

#8d26ec color RGB value is (141,38,236).

#8d26ec hex color red value is 141, green value is 38 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8d26ec hue: 0.75 , saturation: 0.84 and the lightness value of 8d26ec is 0.54.

The process color (four color CMYK) of #8d26ec color hex is 0.40, 0.84, 0.00, 0.07. Web safe color of #8d26ec is #9933ff. Color #8d26ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100110 11101100
Octal 215 46 354
Decimal 141 38 236
Hex 8D 26 EC

RGB Percentages of Color #8d26ec

%33.98
%9.16
%56.87

CMYK Percentages of Color #8d26ec

%40
%84
%0
%7

Triadic Colors of #8d26ec

#8d26ec #ec8d26 #26ec8d

Analogous Colors of #8d26ec

#8d26ec #ec26e8 #2a26ec

Monochromatic Colors of #8d26ec

#8d26ec

Complementary Color

#8d26ec #85ec26

#8d26ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d26ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d26ec Color CSS Codes

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

#8d26ec Text Font Color

<p style="color:#8d26ec">Text here</p>

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


#8d26ec Background Color

<div style="background-color:#8d26ec">
Div content here</div>

This div background color is #8d26ec


#8d26ec Border Color

<div style="border:3px solid #8d26ec">
Div here</div>

This div border color is #8d26ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,38,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d26ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d26ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8d26ec;
  box-shadow:         1px 1px 3px 2px #8d26ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,38,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d26ec


Comments

No comments written yet.

Please login to write comment.