Color Hex Logo

#825cee Color Hex

#825CEE
(130,92,238)
0 Favorites   0 Comments

Color spaces of #825cee

RGB 13092238
HSL0.710.810.65
HSV256°61°93°
CMYK 0.450.610.00   0.07
XYZ28.465718.573282.9736
Yxy18.57320.21890.1429
Hunter Lab43.096642.4817-83.9829
CIE-Lab50.184149.2508-68.5691

#825cee color RGB value is (130,92,238).

#825cee hex color red value is 130, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #825cee hue: 0.71 , saturation: 0.81 and the lightness value of 825cee is 0.65.

The process color (four color CMYK) of #825cee color hex is 0.45, 0.61, 0.00, 0.07. Web safe color of #825cee is #9966ff. Color #825cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011100 11101110
Octal 202 134 356
Decimal 130 92 238
Hex 82 5C EE

RGB Percentages of Color #825cee

%28.26
%20.00
%51.74

CMYK Percentages of Color #825cee

%45
%61
%0
%7

Triadic Colors of #825cee

#825cee #ee825c #5cee82

Analogous Colors of #825cee

#825cee #cb5cee #5c7fee

Monochromatic Colors of #825cee

#825cee

Complementary Color

#825cee #c8ee5c

#825cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#825cee Color CSS Codes

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

#825cee Text Font Color

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

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


#825cee Background Color

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

This div background color is #825cee


#825cee Border Color

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

This div border color is #825cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825cee


Comments

No comments written yet.

Please login to write comment.