Color Hex Logo

#8d24da Color Hex

#8D24DA
(141,36,218)
0 Favorites   0 Comments

Color spaces of #8d24da

RGB 14136218
HSL0.760.720.50
HSV275°83°85°
CMYK 0.350.830.00   0.15
XYZ24.270311.986467.3641
Yxy11.98640.23420.1157
Hunter Lab34.621464.5448-91.1278
CIE-Lab41.194570.6835-71.8084

#8d24da color RGB value is (141,36,218).

#8d24da hex color red value is 141, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8d24da hue: 0.76 , saturation: 0.72 and the lightness value of 8d24da is 0.50.

The process color (four color CMYK) of #8d24da color hex is 0.35, 0.83, 0.00, 0.15. Web safe color of #8d24da is #9933cc. Color #8d24da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100100 11011010
Octal 215 44 332
Decimal 141 36 218
Hex 8D 24 DA

RGB Percentages of Color #8d24da

%35.70
%9.11
%55.19

CMYK Percentages of Color #8d24da

%35
%83
%0
%15

Triadic Colors of #8d24da

#8d24da #da8d24 #24da8d

Analogous Colors of #8d24da

#8d24da #da24cc #3224da

Monochromatic Colors of #8d24da

#8d24da

Complementary Color

#8d24da #71da24

#8d24da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d24da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d24da Color CSS Codes

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

#8d24da Text Font Color

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

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


#8d24da Background Color

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

This div background color is #8d24da


#8d24da Border Color

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

This div border color is #8d24da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d24da


Comments

No comments written yet.

Please login to write comment.