Color Hex Logo

#8f34dd Color Hex

#8F34DD
(143,52,221)
0 Favorites   0 Comments

Color spaces of #8f34dd

RGB 14352221
HSL0.760.710.54
HSV272°76°87°
CMYK 0.350.760.00   0.13
XYZ25.606813.516169.6658
Yxy13.51610.23540.1242
Hunter Lab36.764259.9902-86.6156
CIE-Lab43.530866.3321-69.6995

#8f34dd color RGB value is (143,52,221).

#8f34dd hex color red value is 143, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8f34dd hue: 0.76 , saturation: 0.71 and the lightness value of 8f34dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110100 11011101
Octal 217 64 335
Decimal 143 52 221
Hex 8F 34 DD

RGB Percentages of Color #8f34dd

%34.38
%12.50
%53.13

CMYK Percentages of Color #8f34dd

%35
%76
%0
%13

Triadic Colors of #8f34dd

#8f34dd #dd8f34 #34dd8f

Analogous Colors of #8f34dd

#8f34dd #dd34d7 #3b34dd

Monochromatic Colors of #8f34dd

#8f34dd

Complementary Color

#8f34dd #82dd34

#8f34dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f34dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f34dd Color CSS Codes

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

#8f34dd Text Font Color

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

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


#8f34dd Background Color

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

This div background color is #8f34dd


#8f34dd Border Color

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

This div border color is #8f34dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,52,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f34dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f34dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8f34dd;
  box-shadow:         1px 1px 3px 2px #8f34dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,52,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f34dd


Comments

No comments written yet.

Please login to write comment.