Color Hex Logo

#a898fb Color Hex

#A898FB
(168,152,251)
0 Favorites   0 Comments

Color spaces of #a898fb

RGB 168152251
HSL0.690.930.79
HSV250°39°98°
CMYK 0.330.390.00   0.02
XYZ44.789337.746396.1919
Yxy37.74630.25060.2112
Hunter Lab61.438022.6128-49.8222
CIE-Lab67.833227.7386-47.3664

#a898fb color RGB value is (168,152,251).

#a898fb hex color red value is 168, green value is 152 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a898fb hue: 0.69 , saturation: 0.93 and the lightness value of a898fb is 0.79.

The process color (four color CMYK) of #a898fb color hex is 0.33, 0.39, 0.00, 0.02. Web safe color of #a898fb is #9999ff. Color #a898fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 11111011
Octal 250 230 373
Decimal 168 152 251
Hex A8 98 FB

RGB Percentages of Color #a898fb

%29.42
%26.62
%43.96

CMYK Percentages of Color #a898fb

%33
%39
%0
%2

Triadic Colors of #a898fb

#a898fb #fba898 #98fba8

Analogous Colors of #a898fb

#a898fb #da98fb #98bafb

Monochromatic Colors of #a898fb

#a898fb

Complementary Color

#a898fb #ebfb98

#a898fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a898fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a898fb Color CSS Codes

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

#a898fb Text Font Color

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

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


#a898fb Background Color

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

This div background color is #a898fb


#a898fb Border Color

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

This div border color is #a898fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a898fb

Related Colors


Comments

No comments written yet.

Please login to write comment.