Color Hex Logo

#8251be Color Hex

#8251BE
(130,81,190)
0 Favorites   0 Comments

Color spaces of #8251be

RGB 13081190
HSL0.740.460.53
HSV267°57°75°
CMYK 0.320.570.00   0.25
XYZ21.442614.348450.3546
Yxy14.34840.24890.1666
Hunter Lab37.879334.7560-52.3013
CIE-Lab44.728542.6194-49.9599

#8251be color RGB value is (130,81,190).

#8251be hex color red value is 130, green value is 81 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8251be hue: 0.74 , saturation: 0.46 and the lightness value of 8251be is 0.53.

The process color (four color CMYK) of #8251be color hex is 0.32, 0.57, 0.00, 0.25. Web safe color of #8251be is #9966cc. Color #8251be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010001 10111110
Octal 202 121 276
Decimal 130 81 190
Hex 82 51 BE

RGB Percentages of Color #8251be

%32.42
%20.20
%47.38

CMYK Percentages of Color #8251be

%32
%57
%0
%25

Triadic Colors of #8251be

#8251be #be8251 #51be82

Analogous Colors of #8251be

#8251be #b951be #5156be

Monochromatic Colors of #8251be

#8251be

Complementary Color

#8251be #8dbe51

#8251be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8251be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8251be Color CSS Codes

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

#8251be Text Font Color

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

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


#8251be Background Color

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

This div background color is #8251be


#8251be Border Color

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

This div border color is #8251be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8251be


Comments

No comments written yet.

Please login to write comment.