Color Hex Logo

#8827cd Color Hex

#8827CD
(136,39,205)
0 Favorites   0 Comments

Color spaces of #8827cd

RGB 13639205
HSL0.760.680.48
HSV275°81°80°
CMYK 0.340.810.00   0.20
XYZ21.898311.093158.7446
Yxy11.09310.23870.1209
Hunter Lab33.306359.0745-81.2594
CIE-Lab39.736866.2763-66.7188

#8827cd color RGB value is (136,39,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 11001101
Octal 210 47 315
Decimal 136 39 205
Hex 88 27 CD

RGB Percentages of Color #8827cd

%35.79
%10.26
%53.95

CMYK Percentages of Color #8827cd

%34
%81
%0
%20

Triadic Colors of #8827cd

#8827cd #cd8827 #27cd88

Analogous Colors of #8827cd

#8827cd #cd27bf #3527cd

Monochromatic Colors of #8827cd

#8827cd

Complementary Color

#8827cd #6ccd27

#8827cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8827cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8827cd Color CSS Codes

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

#8827cd Text Font Color

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

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


#8827cd Background Color

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

This div background color is #8827cd


#8827cd Border Color

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

This div border color is #8827cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,39,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 #8827cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8827cd


Comments

No comments written yet.

Please login to write comment.