Color Hex Logo

#825abf Color Hex

#825ABF
(130,90,191)
0 Favorites   0 Comments

Color spaces of #825abf

RGB 13090191
HSL0.730.440.55
HSV264°53°75°
CMYK 0.320.530.00   0.25
XYZ22.266115.819751.1702
Yxy15.81970.24950.1772
Hunter Lab39.774030.3226-48.4362
CIE-Lab46.737037.8096-47.3274

#825abf color RGB value is (130,90,191).

#825abf hex color red value is 130, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #825abf hue: 0.73 , saturation: 0.44 and the lightness value of 825abf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011010 10111111
Octal 202 132 277
Decimal 130 90 191
Hex 82 5A BF

RGB Percentages of Color #825abf

%31.63
%21.90
%46.47

CMYK Percentages of Color #825abf

%32
%53
%0
%25

Triadic Colors of #825abf

#825abf #bf825a #5abf82

Analogous Colors of #825abf

#825abf #b55abf #5a65bf

Monochromatic Colors of #825abf

#825abf

Complementary Color

#825abf #97bf5a

#825abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#825abf Color CSS Codes

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

#825abf Text Font Color

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

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


#825abf Background Color

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

This div background color is #825abf


#825abf Border Color

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

This div border color is #825abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825abf


Comments

No comments written yet.

Please login to write comment.