Color Hex Logo

#815afc Color Hex

#815AFC
(129,90,252)
0 Favorites   0 Comments

Color spaces of #815afc

RGB 12990252
HSL0.710.960.67
HSV254°64°99°
CMYK 0.490.640.00   0.01
XYZ30.280119.007794.1684
Yxy19.00770.21110.1325
Hunter Lab43.597847.6778-97.5440
CIE-Lab50.696254.0050-75.5577

#815afc color RGB value is (129,90,252).

#815afc hex color red value is 129, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #815afc hue: 0.71 , saturation: 0.96 and the lightness value of 815afc is 0.67.

The process color (four color CMYK) of #815afc color hex is 0.49, 0.64, 0.00, 0.01. Web safe color of #815afc is #9966ff. Color #815afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011010 11111100
Octal 201 132 374
Decimal 129 90 252
Hex 81 5A FC

RGB Percentages of Color #815afc

%27.39
%19.11
%53.50

CMYK Percentages of Color #815afc

%49
%64
%0
%1

Triadic Colors of #815afc

#815afc #fc815a #5afc81

Analogous Colors of #815afc

#815afc #d25afc #5a84fc

Monochromatic Colors of #815afc

#815afc

Complementary Color

#815afc #d5fc5a

#815afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#815afc Color CSS Codes

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

#815afc Text Font Color

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

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


#815afc Background Color

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

This div background color is #815afc


#815afc Border Color

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

This div border color is #815afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815afc

Related Colors


Comments

No comments written yet.

Please login to write comment.