Color Hex Logo

#a7b1fe Color Hex

#A7B1FE
(167,177,254)
0 Favorites   0 Comments

Color spaces of #a7b1fe

RGB 167177254
HSL0.650.980.83
HSV233°34°100°
CMYK 0.340.300.00   0.00
XYZ49.547946.8155100.1908
Yxy46.81550.25210.2382
Hunter Lab68.42199.5231-38.9236
CIE-Lab74.071614.1674-39.2338

#a7b1fe color RGB value is (167,177,254).

#a7b1fe hex color red value is 167, green value is 177 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7b1fe hue: 0.65 , saturation: 0.98 and the lightness value of a7b1fe is 0.83.

The process color (four color CMYK) of #a7b1fe color hex is 0.34, 0.30, 0.00, 0.00. Web safe color of #a7b1fe is #9999ff. Color #a7b1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110001 11111110
Octal 247 261 376
Decimal 167 177 254
Hex A7 B1 FE

RGB Percentages of Color #a7b1fe

%27.93
%29.60
%42.47

CMYK Percentages of Color #a7b1fe

%34
%30
%0
%0

Triadic Colors of #a7b1fe

#a7b1fe #fea7b1 #b1fea7

Analogous Colors of #a7b1fe

#a7b1fe #c9a7fe #a7ddfe

Monochromatic Colors of #a7b1fe

#a7b1fe

Complementary Color

#a7b1fe #fef4a7

#a7b1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b1fe Color CSS Codes

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

#a7b1fe Text Font Color

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

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


#a7b1fe Background Color

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

This div background color is #a7b1fe


#a7b1fe Border Color

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

This div border color is #a7b1fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,177,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b1fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b1fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b1fe;
  box-shadow:         1px 1px 3px 2px #a7b1fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,177,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.