Color Hex Logo

#8d34cb Color Hex

#8D34CB
(141,52,203)
0 Favorites   0 Comments

Color spaces of #8d34cb

RGB 14152203
HSL0.760.590.50
HSV275°74°80°
CMYK 0.310.740.00   0.20
XYZ22.992012.430557.6874
Yxy12.43050.24690.1335
Hunter Lab35.256954.7051-72.3305
CIE-Lab41.892362.0058-62.0199

#8d34cb color RGB value is (141,52,203).

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

The process color (four color CMYK) of #8d34cb color hex is 0.31, 0.74, 0.00, 0.20. Web safe color of #8d34cb is #9933cc. Color #8d34cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110100 11001011
Octal 215 64 313
Decimal 141 52 203
Hex 8D 34 CB

RGB Percentages of Color #8d34cb

%35.61
%13.13
%51.26

CMYK Percentages of Color #8d34cb

%31
%74
%0
%20

Triadic Colors of #8d34cb

#8d34cb #cb8d34 #34cb8d

Analogous Colors of #8d34cb

#8d34cb #cb34be #4234cb

Monochromatic Colors of #8d34cb

#8d34cb

Complementary Color

#8d34cb #72cb34

#8d34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d34cb Color CSS Codes

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

#8d34cb Text Font Color

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

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


#8d34cb Background Color

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

This div background color is #8d34cb


#8d34cb Border Color

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

This div border color is #8d34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d34cb


Comments

No comments written yet.

Please login to write comment.