Color Hex Logo

#8525be Color Hex

#8525BE
(133,37,190)
0 Favorites   0 Comments

Color spaces of #8525be

RGB 13337190
HSL0.770.670.45
HSV278°81°75°
CMYK 0.300.810.00   0.25
XYZ19.628710.027449.6161
Yxy10.02740.24760.1265
Hunter Lab31.666155.2303-70.7325
CIE-Lab37.891663.2520-60.9878

#8525be color RGB value is (133,37,190).

#8525be hex color red value is 133, green value is 37 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8525be hue: 0.77 , saturation: 0.67 and the lightness value of 8525be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100101 10111110
Octal 205 45 276
Decimal 133 37 190
Hex 85 25 BE

RGB Percentages of Color #8525be

%36.94
%10.28
%52.78

CMYK Percentages of Color #8525be

%30
%81
%0
%25

Triadic Colors of #8525be

#8525be #be8525 #25be85

Analogous Colors of #8525be

#8525be #be25ab #3825be

Monochromatic Colors of #8525be

#8525be

Complementary Color

#8525be #5ebe25

#8525be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8525be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8525be Color CSS Codes

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

#8525be Text Font Color

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

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


#8525be Background Color

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

This div background color is #8525be


#8525be Border Color

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

This div border color is #8525be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8525be


Comments

No comments written yet.

Please login to write comment.