Color Hex Logo

#a698ef Color Hex

#A698EF
(166,152,239)
0 Favorites   0 Comments

Color spaces of #a698ef

RGB 166152239
HSL0.690.730.77
HSV250°36°94°
CMYK 0.310.360.00   0.06
XYZ42.534136.795586.5218
Yxy36.79550.25650.2219
Hunter Lab60.659319.0099-42.1072
CIE-Lab67.123324.1554-41.9312

#a698ef color RGB value is (166,152,239).

#a698ef hex color red value is 166, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a698ef hue: 0.69 , saturation: 0.73 and the lightness value of a698ef is 0.77.

The process color (four color CMYK) of #a698ef color hex is 0.31, 0.36, 0.00, 0.06. Web safe color of #a698ef is #9999ff. Color #a698ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011000 11101111
Octal 246 230 357
Decimal 166 152 239
Hex A6 98 EF

RGB Percentages of Color #a698ef

%29.80
%27.29
%42.91

CMYK Percentages of Color #a698ef

%31
%36
%0
%6

Triadic Colors of #a698ef

#a698ef #efa698 #98efa6

Analogous Colors of #a698ef

#a698ef #d298ef #98b6ef

Monochromatic Colors of #a698ef

#a698ef

Complementary Color

#a698ef #e1ef98

#a698ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a698ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a698ef Color CSS Codes

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

#a698ef Text Font Color

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

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


#a698ef Background Color

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

This div background color is #a698ef


#a698ef Border Color

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

This div border color is #a698ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,152,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a698ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a698ef;
  -webkit-box-shadow: 1px 1px 3px 2px #a698ef;
  box-shadow:         1px 1px 3px 2px #a698ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,152,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a698ef


Comments

No comments written yet.

Please login to write comment.