Color Hex Logo

#8831cd Color Hex

#8831CD
(136,49,205)
0 Favorites   0 Comments

Color spaces of #8831cd

RGB 13649205
HSL0.760.610.50
HSV273°76°80°
CMYK 0.340.760.00   0.20
XYZ22.271111.838658.8689
Yxy11.83860.23950.1273
Hunter Lab34.407355.3266-77.3568
CIE-Lab40.958462.7404-64.7274

#8831cd color RGB value is (136,49,205).

#8831cd hex color red value is 136, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8831cd hue: 0.76 , saturation: 0.61 and the lightness value of 8831cd is 0.50.

The process color (four color CMYK) of #8831cd color hex is 0.34, 0.76, 0.00, 0.20. Web safe color of #8831cd is #9933cc. Color #8831cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110001 11001101
Octal 210 61 315
Decimal 136 49 205
Hex 88 31 CD

RGB Percentages of Color #8831cd

%34.87
%12.56
%52.56

CMYK Percentages of Color #8831cd

%34
%76
%0
%20

Triadic Colors of #8831cd

#8831cd #cd8831 #31cd88

Analogous Colors of #8831cd

#8831cd #cd31c4 #3a31cd

Monochromatic Colors of #8831cd

#8831cd

Complementary Color

#8831cd #76cd31

#8831cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8831cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8831cd Color CSS Codes

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

#8831cd Text Font Color

<p style="color:#8831cd">Text here</p>

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


#8831cd Background Color

<div style="background-color:#8831cd">
Div content here</div>

This div background color is #8831cd


#8831cd Border Color

<div style="border:3px solid #8831cd">
Div here</div>

This div border color is #8831cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,49,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8831cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8831cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8831cd;
  box-shadow:         1px 1px 3px 2px #8831cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,49,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8831cd


Comments

No comments written yet.

Please login to write comment.