Color Hex Logo

#b8adfe Color Hex

#B8ADFE
(184,173,254)
0 Favorites   0 Comments

Color spaces of #b8adfe

RGB 184173254
HSL0.690.980.84
HSV248°32°100°
CMYK 0.280.320.00   0.00
XYZ52.600147.2332100.1105
Yxy47.23320.26310.2362
Hunter Lab68.726416.3446-38.2564
CIE-Lab74.338721.1150-38.7214

#b8adfe color RGB value is (184,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11111110
Octal 270 255 376
Decimal 184 173 254
Hex B8 AD FE

RGB Percentages of Color #b8adfe

%30.11
%28.31
%41.57

CMYK Percentages of Color #b8adfe

%28
%32
%0
%0

Triadic Colors of #b8adfe

#b8adfe #feb8ad #adfeb8

Analogous Colors of #b8adfe

#b8adfe #e1adfe #adcbfe

Monochromatic Colors of #b8adfe

#b8adfe

Complementary Color

#b8adfe #f3fead

#b8adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adfe Color CSS Codes

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

#b8adfe Text Font Color

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

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


#b8adfe Background Color

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

This div background color is #b8adfe


#b8adfe Border Color

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

This div border color is #b8adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adfe


Comments

No comments written yet.

Please login to write comment.