Color Hex Logo

#825fae Color Hex

#825FAE
(130,95,174)
0 Favorites   0 Comments

Color spaces of #825fae

RGB 13095174
HSL0.740.330.53
HSV267°45°68°
CMYK 0.250.450.00   0.32
XYZ20.938115.986242.0265
Yxy15.98620.26520.2025
Hunter Lab39.982723.5068-34.3327
CIE-Lab46.956430.6103-37.0734

#825fae color RGB value is (130,95,174).

#825fae hex color red value is 130, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #825fae hue: 0.74 , saturation: 0.33 and the lightness value of 825fae is 0.53.

The process color (four color CMYK) of #825fae color hex is 0.25, 0.45, 0.00, 0.32. Web safe color of #825fae is #996699. Color #825fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10101110
Octal 202 137 256
Decimal 130 95 174
Hex 82 5F AE

RGB Percentages of Color #825fae

%32.58
%23.81
%43.61

CMYK Percentages of Color #825fae

%25
%45
%0
%32

Triadic Colors of #825fae

#825fae #ae825f #5fae82

Analogous Colors of #825fae

#825fae #aa5fae #5f63ae

Monochromatic Colors of #825fae

#825fae

Complementary Color

#825fae #8bae5f

#825fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fae Color CSS Codes

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

#825fae Text Font Color

<p style="color:#825fae">Text here</p>

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


#825fae Background Color

<div style="background-color:#825fae">
Div content here</div>

This div background color is #825fae


#825fae Border Color

<div style="border:3px solid #825fae">
Div here</div>

This div border color is #825fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,95,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #825fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #825fae;
  -webkit-box-shadow: 1px 1px 3px 2px #825fae;
  box-shadow:         1px 1px 3px 2px #825fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,95,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fae


Comments

No comments written yet.

Please login to write comment.