Color Hex Logo

#a890cf Color Hex

#A890CF
(168,144,207)
0 Favorites   0 Comments

Color spaces of #a890cf

RGB 168144207
HSL0.730.400.69
HSV263°30°81°
CMYK 0.190.300.00   0.19
XYZ37.384232.776363.3876
Yxy32.77630.27990.2454
Hunter Lab57.250616.3706-25.5702
CIE-Lab63.979421.6032-29.1026

#a890cf color RGB value is (168,144,207).

#a890cf hex color red value is 168, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a890cf hue: 0.73 , saturation: 0.40 and the lightness value of a890cf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 11001111
Octal 250 220 317
Decimal 168 144 207
Hex A8 90 CF

RGB Percentages of Color #a890cf

%32.37
%27.75
%39.88

CMYK Percentages of Color #a890cf

%19
%30
%0
%19

Triadic Colors of #a890cf

#a890cf #cfa890 #90cfa8

Analogous Colors of #a890cf

#a890cf #c890cf #9098cf

Monochromatic Colors of #a890cf

#a890cf

Complementary Color

#a890cf #b7cf90

#a890cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a890cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a890cf Color CSS Codes

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

#a890cf Text Font Color

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

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


#a890cf Background Color

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

This div background color is #a890cf


#a890cf Border Color

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

This div border color is #a890cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,144,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a890cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a890cf;
  -webkit-box-shadow: 1px 1px 3px 2px #a890cf;
  box-shadow:         1px 1px 3px 2px #a890cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,144,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a890cf


Comments

No comments written yet.

Please login to write comment.