Color Hex Logo

#823de1 Color Hex

#823DE1
(130,61,225)
0 Favorites   0 Comments

Color spaces of #823de1

RGB 13061225
HSL0.740.730.56
HSV265°73°88°
CMYK 0.420.730.00   0.12
XYZ24.465313.519672.5542
Yxy13.51960.22130.1223
Hunter Lab36.769054.4243-91.2553
CIE-Lab43.535961.4383-72.0403

#823de1 color RGB value is (130,61,225).

#823de1 hex color red value is 130, green value is 61 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #823de1 hue: 0.74 , saturation: 0.73 and the lightness value of 823de1 is 0.56.

The process color (four color CMYK) of #823de1 color hex is 0.42, 0.73, 0.00, 0.12. Web safe color of #823de1 is #9933cc. Color #823de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 11100001
Octal 202 75 341
Decimal 130 61 225
Hex 82 3D E1

RGB Percentages of Color #823de1

%31.25
%14.66
%54.09

CMYK Percentages of Color #823de1

%42
%73
%0
%12

Triadic Colors of #823de1

#823de1 #e1823d #3de182

Analogous Colors of #823de1

#823de1 #d43de1 #3d4ae1

Monochromatic Colors of #823de1

#823de1

Complementary Color

#823de1 #9ce13d

#823de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823de1 Color CSS Codes

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

#823de1 Text Font Color

<p style="color:#823de1">Text here</p>

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


#823de1 Background Color

<div style="background-color:#823de1">
Div content here</div>

This div background color is #823de1


#823de1 Border Color

<div style="border:3px solid #823de1">
Div here</div>

This div border color is #823de1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,61,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823de1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823de1;
  -webkit-box-shadow: 1px 1px 3px 2px #823de1;
  box-shadow:         1px 1px 3px 2px #823de1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823de1


Comments

No comments written yet.

Please login to write comment.