color codes Logo

#814afc color codes

#814AFC
(129,74,252)
0 Favorites   0 Comments

Color spaces of #814afc

RGB 12974252
HSL0.720.970.64
HSV259°71°99°
CMYK 0.490.710.00   0.01
XYZ29.072716.593093.7659
Yxy16.59300.20850.1190
Hunter Lab40.734556.1122-107.9642
CIE-Lab47.743162.1335-80.3775

#814afc color RGB value is (129,74,252).

#814afc hex color red value is 129, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #814afc hue: 0.72 , saturation: 0.97 and the lightness value of 814afc is 0.64.

The process color (four color CMYK) of #814afc color code is 0.49, 0.71, 0.00, 0.01. Web safe color of #814afc is #9933ff. Color #814afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001010 11111100
Octal 201 112 374
Decimal 129 74 252
Hex 81 4A FC

RGB Percentages of Color #814afc

%28.35
%16.26
%55.38

CMYK Percentages of Color #814afc

%49
%71
%0
%1

Triadic Colors of #814afc

#814afc #fc814a #4afc81

Analogous Colors of #814afc

#814afc #da4afc #4a6cfc

Monochromatic Colors of #814afc

#814afc

Complementary Color

#814afc #c5fc4a

#814afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#814afc Color CSS Codes

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

#814afc Text Font Color

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

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


#814afc Background Color

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

This div background color is #814afc


#814afc Border Color

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

This div border color is #814afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,74,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 #814afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814afc

Related Colors


Comments

No comments written yet.

Please login to write comment.