Color Hex Logo

#8631af Color Hex

#8631AF
(134,49,175)
0 Favorites   0 Comments

Color spaces of #8631af

RGB 13449175
HSL0.780.560.44
HSV280°72°69°
CMYK 0.230.720.00   0.31
XYZ18.667710.360141.5732
Yxy10.36010.26440.1467
Hunter Lab32.187147.1980-54.0486
CIE-Lab38.481155.8068-51.1605

#8631af color RGB value is (134,49,175).

#8631af hex color red value is 134, green value is 49 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8631af hue: 0.78 , saturation: 0.56 and the lightness value of 8631af is 0.44.

The process color (four color CMYK) of #8631af color hex is 0.23, 0.72, 0.00, 0.31. Web safe color of #8631af is #993399. Color #8631af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 10101111
Octal 206 61 257
Decimal 134 49 175
Hex 86 31 AF

RGB Percentages of Color #8631af

%37.43
%13.69
%48.88

CMYK Percentages of Color #8631af

%23
%72
%0
%31

Triadic Colors of #8631af

#8631af #af8631 #31af86

Analogous Colors of #8631af

#8631af #af3199 #4731af

Monochromatic Colors of #8631af

#8631af

Complementary Color

#8631af #5aaf31

#8631af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8631af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8631af Color CSS Codes

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

#8631af Text Font Color

<p style="color:#8631af">Text here</p>

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


#8631af Background Color

<div style="background-color:#8631af">
Div content here</div>

This div background color is #8631af


#8631af Border Color

<div style="border:3px solid #8631af">
Div here</div>

This div border color is #8631af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,49,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8631af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8631af;
  -webkit-box-shadow: 1px 1px 3px 2px #8631af;
  box-shadow:         1px 1px 3px 2px #8631af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,49,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8631af


Comments

No comments written yet.

Please login to write comment.