Color Hex Logo

#b8affd Color Hex

#B8AFFD
(184,175,253)
0 Favorites   0 Comments

Color spaces of #b8affd

RGB 184175253
HSL0.690.950.84
HSV247°31°99°
CMYK 0.270.310.00   0.01
XYZ52.826847.942199.3980
Yxy47.94210.26390.2395
Hunter Lab69.240215.0161-36.6458
CIE-Lab74.788419.7655-37.4835

#b8affd color RGB value is (184,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 11111101
Octal 270 257 375
Decimal 184 175 253
Hex B8 AF FD

RGB Percentages of Color #b8affd

%30.07
%28.59
%41.34

CMYK Percentages of Color #b8affd

%27
%31
%0
%1

Triadic Colors of #b8affd

#b8affd #fdb8af #affdb8

Analogous Colors of #b8affd

#b8affd #dfaffd #afcdfd

Monochromatic Colors of #b8affd

#b8affd

Complementary Color

#b8affd #f4fdaf

#b8affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8affd Color CSS Codes

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

#b8affd Text Font Color

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

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


#b8affd Background Color

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

This div background color is #b8affd


#b8affd Border Color

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

This div border color is #b8affd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,175,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8affd


Comments

No comments written yet.

Please login to write comment.