Color Hex Logo

#8512be Color Hex

#8512BE
(133,18,190)
0 Favorites   0 Comments

Color spaces of #8512be

RGB 13318190
HSL0.780.830.41
HSV280°91°75°
CMYK 0.300.910.00   0.25
XYZ19.18349.136949.4677
Yxy9.13690.24660.1175
Hunter Lab30.227360.3851-75.8704
CIE-Lab36.246568.0906-63.6705

#8512be color RGB value is (133,18,190).

#8512be hex color red value is 133, green value is 18 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8512be hue: 0.78 , saturation: 0.83 and the lightness value of 8512be is 0.41.

The process color (four color CMYK) of #8512be color hex is 0.30, 0.91, 0.00, 0.25. Web safe color of #8512be is #9900cc. Color #8512be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010010 10111110
Octal 205 22 276
Decimal 133 18 190
Hex 85 12 BE

RGB Percentages of Color #8512be

%39.00
%5.28
%55.72

CMYK Percentages of Color #8512be

%30
%91
%0
%25

Triadic Colors of #8512be

#8512be #be8512 #12be85

Analogous Colors of #8512be

#8512be #be12a1 #2f12be

Monochromatic Colors of #8512be

#8512be

Complementary Color

#8512be #4bbe12

#8512be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8512be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8512be Color CSS Codes

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

#8512be Text Font Color

<p style="color:#8512be">Text here</p>

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


#8512be Background Color

<div style="background-color:#8512be">
Div content here</div>

This div background color is #8512be


#8512be Border Color

<div style="border:3px solid #8512be">
Div here</div>

This div border color is #8512be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,18,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8512be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8512be;
  -webkit-box-shadow: 1px 1px 3px 2px #8512be;
  box-shadow:         1px 1px 3px 2px #8512be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,18,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 #8512be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8512be


Comments

No comments written yet.

Please login to write comment.