Color Hex Logo

#812abf Color Hex

#812ABF
(129,42,191)
0 Favorites   0 Comments

Color spaces of #812abf

RGB 12942191
HSL0.760.640.46
HSV275°78°75°
CMYK 0.320.780.00   0.25
XYZ19.285210.084650.2203
Yxy10.08460.24230.1267
Hunter Lab31.756352.8275-71.5336
CIE-Lab37.993861.0770-61.4337

#812abf color RGB value is (129,42,191).

#812abf hex color red value is 129, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #812abf hue: 0.76 , saturation: 0.64 and the lightness value of 812abf is 0.46.

The process color (four color CMYK) of #812abf color hex is 0.32, 0.78, 0.00, 0.25. Web safe color of #812abf is #9933cc. Color #812abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101010 10111111
Octal 201 52 277
Decimal 129 42 191
Hex 81 2A BF

RGB Percentages of Color #812abf

%35.64
%11.60
%52.76

CMYK Percentages of Color #812abf

%32
%78
%0
%25

Triadic Colors of #812abf

#812abf #bf812a #2abf81

Analogous Colors of #812abf

#812abf #bf2ab3 #362abf

Monochromatic Colors of #812abf

#812abf

Complementary Color

#812abf #68bf2a

#812abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#812abf Color CSS Codes

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

#812abf Text Font Color

<p style="color:#812abf">Text here</p>

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


#812abf Background Color

<div style="background-color:#812abf">
Div content here</div>

This div background color is #812abf


#812abf Border Color

<div style="border:3px solid #812abf">
Div here</div>

This div border color is #812abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,42,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #812abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #812abf;
  -webkit-box-shadow: 1px 1px 3px 2px #812abf;
  box-shadow:         1px 1px 3px 2px #812abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812abf


Comments

No comments written yet.

Please login to write comment.