Color Hex Logo

#8748b1 Color Hex

#8748B1
(135,72,177)
0 Favorites   0 Comments

Color spaces of #8748b1

RGB 13572177
HSL0.770.420.49
HSV276°59°69°
CMYK 0.240.590.00   0.31
XYZ20.244912.960043.0295
Yxy12.96000.26560.1700
Hunter Lab36.000037.3810-45.6672
CIE-Lab42.702945.5743-45.5563

#8748b1 color RGB value is (135,72,177).

#8748b1 hex color red value is 135, green value is 72 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #8748b1 hue: 0.77 , saturation: 0.42 and the lightness value of 8748b1 is 0.49.

The process color (four color CMYK) of #8748b1 color hex is 0.24, 0.59, 0.00, 0.31. Web safe color of #8748b1 is #993399. Color #8748b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 10110001
Octal 207 110 261
Decimal 135 72 177
Hex 87 48 B1

RGB Percentages of Color #8748b1

%35.16
%18.75
%46.09

CMYK Percentages of Color #8748b1

%24
%59
%0
%31

Triadic Colors of #8748b1

#8748b1 #b18748 #48b187

Analogous Colors of #8748b1

#8748b1 #b148a7 #5348b1

Monochromatic Colors of #8748b1

#8748b1

Complementary Color

#8748b1 #72b148

#8748b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8748b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8748b1 Color CSS Codes

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

#8748b1 Text Font Color

<p style="color:#8748b1">Text here</p>

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


#8748b1 Background Color

<div style="background-color:#8748b1">
Div content here</div>

This div background color is #8748b1


#8748b1 Border Color

<div style="border:3px solid #8748b1">
Div here</div>

This div border color is #8748b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,72,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8748b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8748b1;
  -webkit-box-shadow: 1px 1px 3px 2px #8748b1;
  box-shadow:         1px 1px 3px 2px #8748b1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,72,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8748b1


Comments

No comments written yet.

Please login to write comment.