Color Hex Logo

#8f74be Color Hex

#8F74BE
(143,116,190)
0 Favorites   0 Comments

Color spaces of #8f74be

RGB 143116190
HSL0.730.360.60
HSV262°39°75°
CMYK 0.250.390.00   0.25
XYZ26.867322.048151.5548
Yxy22.04810.26740.2194
Hunter Lab46.955419.9635-32.2288
CIE-Lab54.078026.0842-35.0592

#8f74be color RGB value is (143,116,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110100 10111110
Octal 217 164 276
Decimal 143 116 190
Hex 8F 74 BE

RGB Percentages of Color #8f74be

%31.85
%25.84
%42.32

CMYK Percentages of Color #8f74be

%25
%39
%0
%25

Triadic Colors of #8f74be

#8f74be #be8f74 #74be8f

Analogous Colors of #8f74be

#8f74be #b474be #747ebe

Monochromatic Colors of #8f74be

#8f74be

Complementary Color

#8f74be #a3be74

#8f74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f74be Color CSS Codes

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

#8f74be Text Font Color

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

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


#8f74be Background Color

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

This div background color is #8f74be


#8f74be Border Color

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

This div border color is #8f74be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,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 #8f74be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f74be

#8f74be Color Palettes


Comments

No comments written yet.

Please login to write comment.