Color Hex Logo

#8d29ca Color Hex

#8D29CA
(141,41,202)
0 Favorites   0 Comments

Color spaces of #8d29ca

RGB 14141202
HSL0.770.660.48
HSV277°80°79°
CMYK 0.300.800.00   0.21
XYZ22.438111.512956.9167
Yxy11.51290.24690.1267
Hunter Lab33.930758.6621-75.7040
CIE-Lab40.431265.7814-63.8150

#8d29ca color RGB value is (141,41,202).

#8d29ca hex color red value is 141, green value is 41 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8d29ca hue: 0.77 , saturation: 0.66 and the lightness value of 8d29ca is 0.48.

The process color (four color CMYK) of #8d29ca color hex is 0.30, 0.80, 0.00, 0.21. Web safe color of #8d29ca is #9933cc. Color #8d29ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101001 11001010
Octal 215 51 312
Decimal 141 41 202
Hex 8D 29 CA

RGB Percentages of Color #8d29ca

%36.72
%10.68
%52.60

CMYK Percentages of Color #8d29ca

%30
%80
%0
%21

Triadic Colors of #8d29ca

#8d29ca #ca8d29 #29ca8d

Analogous Colors of #8d29ca

#8d29ca #ca29b7 #3d29ca

Monochromatic Colors of #8d29ca

#8d29ca

Complementary Color

#8d29ca #66ca29

#8d29ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d29ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d29ca Color CSS Codes

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

#8d29ca Text Font Color

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

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


#8d29ca Background Color

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

This div background color is #8d29ca


#8d29ca Border Color

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

This div border color is #8d29ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d29ca


Comments

No comments written yet.

Please login to write comment.