Color Hex Logo

#a893cf Color Hex

#A893CF
(168,147,207)
0 Favorites   0 Comments

Color spaces of #a893cf

RGB 168147207
HSL0.730.380.69
HSV261°29°81°
CMYK 0.190.290.00   0.19
XYZ37.844733.697363.5411
Yxy33.69730.28020.2495
Hunter Lab58.049414.7849-24.2645
CIE-Lab64.721619.9021-27.9576

#a893cf color RGB value is (168,147,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 11001111
Octal 250 223 317
Decimal 168 147 207
Hex A8 93 CF

RGB Percentages of Color #a893cf

%32.18
%28.16
%39.66

CMYK Percentages of Color #a893cf

%19
%29
%0
%19

Triadic Colors of #a893cf

#a893cf #cfa893 #93cfa8

Analogous Colors of #a893cf

#a893cf #c693cf #939ccf

Monochromatic Colors of #a893cf

#a893cf

Complementary Color

#a893cf #bacf93

#a893cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a893cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a893cf Color CSS Codes

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

#a893cf Text Font Color

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

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


#a893cf Background Color

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

This div background color is #a893cf


#a893cf Border Color

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

This div border color is #a893cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,147,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 #a893cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a893cf


Comments

No comments written yet.

Please login to write comment.