Color Hex Logo

#8749c7 Color Hex

#8749C7
(135,73,199)
0 Favorites   0 Comments

Color spaces of #8749c7

RGB 13573199
HSL0.750.530.53
HSV270°63°78°
CMYK 0.320.630.00   0.22
XYZ22.683014.039555.5472
Yxy14.03950.24580.1522
Hunter Lab37.469342.4882-61.6672
CIE-Lab44.289550.2711-55.8601

#8749c7 color RGB value is (135,73,199).

#8749c7 hex color red value is 135, green value is 73 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #8749c7 hue: 0.75 , saturation: 0.53 and the lightness value of 8749c7 is 0.53.

The process color (four color CMYK) of #8749c7 color hex is 0.32, 0.63, 0.00, 0.22. Web safe color of #8749c7 is #9933cc. Color #8749c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 11000111
Octal 207 111 307
Decimal 135 73 199
Hex 87 49 C7

RGB Percentages of Color #8749c7

%33.17
%17.94
%48.89

CMYK Percentages of Color #8749c7

%32
%63
%0
%22

Triadic Colors of #8749c7

#8749c7 #c78749 #49c787

Analogous Colors of #8749c7

#8749c7 #c649c7 #494ac7

Monochromatic Colors of #8749c7

#8749c7

Complementary Color

#8749c7 #89c749

#8749c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8749c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8749c7 Color CSS Codes

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

#8749c7 Text Font Color

<p style="color:#8749c7">Text here</p>

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


#8749c7 Background Color

<div style="background-color:#8749c7">
Div content here</div>

This div background color is #8749c7


#8749c7 Border Color

<div style="border:3px solid #8749c7">
Div here</div>

This div border color is #8749c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,73,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8749c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8749c7;
  -webkit-box-shadow: 1px 1px 3px 2px #8749c7;
  box-shadow:         1px 1px 3px 2px #8749c7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8749c7


Comments

No comments written yet.

Please login to write comment.