Color Hex Logo

#815ca3 Color Hex

#815CA3
(129,92,163)
0 Favorites   0 Comments

Color spaces of #815ca3

RGB 12992163
HSL0.750.280.50
HSV271°44°64°
CMYK 0.210.440.00   0.36
XYZ19.491314.965836.5117
Yxy14.96580.27460.2109
Hunter Lab38.685722.2352-28.8782
CIE-Lab45.587329.3895-32.7635

#815ca3 color RGB value is (129,92,163).

#815ca3 hex color red value is 129, green value is 92 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #815ca3 hue: 0.75 , saturation: 0.28 and the lightness value of 815ca3 is 0.50.

The process color (four color CMYK) of #815ca3 color hex is 0.21, 0.44, 0.00, 0.36. Web safe color of #815ca3 is #996699. Color #815ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011100 10100011
Octal 201 134 243
Decimal 129 92 163
Hex 81 5C A3

RGB Percentages of Color #815ca3

%33.59
%23.96
%42.45

CMYK Percentages of Color #815ca3

%21
%44
%0
%36

Triadic Colors of #815ca3

#815ca3 #a3815c #5ca381

Analogous Colors of #815ca3

#815ca3 #a35ca2 #5e5ca3

Monochromatic Colors of #815ca3

#815ca3

Complementary Color

#815ca3 #7ea35c

#815ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815ca3 Color CSS Codes

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

#815ca3 Text Font Color

<p style="color:#815ca3">Text here</p>

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


#815ca3 Background Color

<div style="background-color:#815ca3">
Div content here</div>

This div background color is #815ca3


#815ca3 Border Color

<div style="border:3px solid #815ca3">
Div here</div>

This div border color is #815ca3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,92,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815ca3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815ca3;
  -webkit-box-shadow: 1px 1px 3px 2px #815ca3;
  box-shadow:         1px 1px 3px 2px #815ca3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815ca3


Comments

No comments written yet.

Please login to write comment.