Color Hex Logo

#a28fce Color Hex

#A28FCE
(162,143,206)
0 Favorites   0 Comments

Color spaces of #a28fce

RGB 162143206
HSL0.720.390.68
HSV258°31°81°
CMYK 0.210.310.00   0.19
XYZ35.863331.782562.6370
Yxy31.78250.27530.2440
Hunter Lab56.376014.8940-26.4115
CIE-Lab63.162720.0864-29.8488

#a28fce color RGB value is (162,143,206).

#a28fce hex color red value is 162, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a28fce hue: 0.72 , saturation: 0.39 and the lightness value of a28fce is 0.68.

The process color (four color CMYK) of #a28fce color hex is 0.21, 0.31, 0.00, 0.19. Web safe color of #a28fce is #9999cc. Color #a28fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001111 11001110
Octal 242 217 316
Decimal 162 143 206
Hex A2 8F CE

RGB Percentages of Color #a28fce

%31.70
%27.98
%40.31

CMYK Percentages of Color #a28fce

%21
%31
%0
%19

Triadic Colors of #a28fce

#a28fce #cea28f #8fcea2

Analogous Colors of #a28fce

#a28fce #c28fce #8f9cce

Monochromatic Colors of #a28fce

#a28fce

Complementary Color

#a28fce #bbce8f

#a28fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28fce Color CSS Codes

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

#a28fce Text Font Color

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

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


#a28fce Background Color

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

This div background color is #a28fce


#a28fce Border Color

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

This div border color is #a28fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,143,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28fce;
  -webkit-box-shadow: 1px 1px 3px 2px #a28fce;
  box-shadow:         1px 1px 3px 2px #a28fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,143,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28fce


Comments

No comments written yet.

Please login to write comment.