Color Hex Logo

#8d2efb Color Hex

#8D2EFB
(141,46,251)
0 Favorites   0 Comments

Color spaces of #8d2efb

RGB 14146251
HSL0.740.960.58
HSV268°82°98°
CMYK 0.440.820.00   0.02
XYZ29.374114.581792.5332
Yxy14.58170.21520.1068
Hunter Lab38.186070.4834-116.9427
CIE-Lab45.055974.8764-84.1731

#8d2efb color RGB value is (141,46,251).

#8d2efb hex color red value is 141, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8d2efb hue: 0.74 , saturation: 0.96 and the lightness value of 8d2efb is 0.58.

The process color (four color CMYK) of #8d2efb color hex is 0.44, 0.82, 0.00, 0.02. Web safe color of #8d2efb is #9933ff. Color #8d2efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101110 11111011
Octal 215 56 373
Decimal 141 46 251
Hex 8D 2E FB

RGB Percentages of Color #8d2efb

%32.19
%10.50
%57.31

CMYK Percentages of Color #8d2efb

%44
%82
%0
%2

Triadic Colors of #8d2efb

#8d2efb #fb8d2e #2efb8d

Analogous Colors of #8d2efb

#8d2efb #f42efb #2e35fb

Monochromatic Colors of #8d2efb

#8d2efb

Complementary Color

#8d2efb #9cfb2e

#8d2efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2efb Color CSS Codes

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

#8d2efb Text Font Color

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

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


#8d2efb Background Color

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

This div background color is #8d2efb


#8d2efb Border Color

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

This div border color is #8d2efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2efb


Comments

No comments written yet.

Please login to write comment.