Color Hex Logo

#8d52be Color Hex

#8D52BE
(141,82,190)
0 Favorites   0 Comments

Color spaces of #8d52be

RGB 14182190
HSL0.760.450.53
HSV273°57°75°
CMYK 0.260.570.00   0.25
XYZ23.296115.415050.4628
Yxy15.41500.26120.1729
Hunter Lab39.261937.2047-48.7212
CIE-Lab46.197444.8168-47.5379

#8d52be color RGB value is (141,82,190).

#8d52be hex color red value is 141, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8d52be hue: 0.76 , saturation: 0.45 and the lightness value of 8d52be is 0.53.

The process color (four color CMYK) of #8d52be color hex is 0.26, 0.57, 0.00, 0.25. Web safe color of #8d52be is #9966cc. Color #8d52be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010010 10111110
Octal 215 122 276
Decimal 141 82 190
Hex 8D 52 BE

RGB Percentages of Color #8d52be

%34.14
%19.85
%46.00

CMYK Percentages of Color #8d52be

%26
%57
%0
%25

Triadic Colors of #8d52be

#8d52be #be8d52 #52be8d

Analogous Colors of #8d52be

#8d52be #be52b9 #5752be

Monochromatic Colors of #8d52be

#8d52be

Complementary Color

#8d52be #83be52

#8d52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d52be Color CSS Codes

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

#8d52be Text Font Color

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

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


#8d52be Background Color

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

This div background color is #8d52be


#8d52be Border Color

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

This div border color is #8d52be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d52be


Comments

No comments written yet.

Please login to write comment.