Color Hex Logo

#8b74be Color Hex

#8B74BE
(139,116,190)
0 Favorites   0 Comments

Color spaces of #8b74be

RGB 139116190
HSL0.720.360.60
HSV259°39°75°
CMYK 0.270.390.00   0.25
XYZ26.187121.697551.5230
Yxy21.69750.26340.2183
Hunter Lab46.580618.8348-32.9746
CIE-Lab53.704624.9009-35.6710

#8b74be color RGB value is (139,116,190).

#8b74be hex color red value is 139, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8b74be hue: 0.72 , saturation: 0.36 and the lightness value of 8b74be is 0.60.

The process color (four color CMYK) of #8b74be color hex is 0.27, 0.39, 0.00, 0.25. Web safe color of #8b74be is #9966cc. Color #8b74be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110100 10111110
Octal 213 164 276
Decimal 139 116 190
Hex 8B 74 BE

RGB Percentages of Color #8b74be

%31.24
%26.07
%42.70

CMYK Percentages of Color #8b74be

%27
%39
%0
%25

Triadic Colors of #8b74be

#8b74be #be8b74 #74be8b

Analogous Colors of #8b74be

#8b74be #b074be #7482be

Monochromatic Colors of #8b74be

#8b74be

Complementary Color

#8b74be #a7be74

#8b74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b74be Color CSS Codes

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

#8b74be Text Font Color

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

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


#8b74be Background Color

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

This div background color is #8b74be


#8b74be Border Color

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

This div border color is #8b74be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,116,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b74be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b74be;
  -webkit-box-shadow: 1px 1px 3px 2px #8b74be;
  box-shadow:         1px 1px 3px 2px #8b74be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b74be


Comments

No comments written yet.

Please login to write comment.