Color Hex Logo

#b7aefe Color Hex

#B7AEFE
(183,174,254)
0 Favorites   0 Comments

Color spaces of #b7aefe

RGB 183174254
HSL0.690.980.84
HSV247°31°100°
CMYK 0.280.310.00   0.00
XYZ52.553947.4951100.1635
Yxy47.49510.26250.2372
Hunter Lab68.916715.5148-37.9304
CIE-Lab74.505420.2764-38.4683

#b7aefe color RGB value is (183,174,254).

#b7aefe hex color red value is 183, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b7aefe hue: 0.69 , saturation: 0.98 and the lightness value of b7aefe is 0.84.

The process color (four color CMYK) of #b7aefe color hex is 0.28, 0.31, 0.00, 0.00. Web safe color of #b7aefe is #cc99ff. Color #b7aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 11111110
Octal 267 256 376
Decimal 183 174 254
Hex B7 AE FE

RGB Percentages of Color #b7aefe

%29.95
%28.48
%41.57

CMYK Percentages of Color #b7aefe

%28
%31
%0
%0

Triadic Colors of #b7aefe

#b7aefe #feb7ae #aefeb7

Analogous Colors of #b7aefe

#b7aefe #dfaefe #aecdfe

Monochromatic Colors of #b7aefe

#b7aefe

Complementary Color

#b7aefe #f5feae

#b7aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aefe Color CSS Codes

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

#b7aefe Text Font Color

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

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


#b7aefe Background Color

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

This div background color is #b7aefe


#b7aefe Border Color

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

This div border color is #b7aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aefe


Comments

No comments written yet.

Please login to write comment.