Color Hex Logo

#b88ffd Color Hex

#B88FFD
(184,143,253)
0 Favorites   0 Comments

Color spaces of #b88ffd

RGB 184143253
HSL0.730.960.78
HSV262°43°99°
CMYK 0.270.430.00   0.01
XYZ47.319236.927197.5622
Yxy36.92710.26030.2031
Hunter Lab60.767732.6528-52.6524
CIE-Lab67.222337.5640-49.3267

#b88ffd color RGB value is (184,143,253).

#b88ffd hex color red value is 184, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b88ffd hue: 0.73 , saturation: 0.96 and the lightness value of b88ffd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11111101
Octal 270 217 375
Decimal 184 143 253
Hex B8 8F FD

RGB Percentages of Color #b88ffd

%31.72
%24.66
%43.62

CMYK Percentages of Color #b88ffd

%27
%43
%0
%1

Triadic Colors of #b88ffd

#b88ffd #fdb88f #8ffdb8

Analogous Colors of #b88ffd

#b88ffd #ef8ffd #8f9dfd

Monochromatic Colors of #b88ffd

#b88ffd

Complementary Color

#b88ffd #d4fd8f

#b88ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ffd Color CSS Codes

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

#b88ffd Text Font Color

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

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


#b88ffd Background Color

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

This div background color is #b88ffd


#b88ffd Border Color

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

This div border color is #b88ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.