Color Hex Logo

#b88cfd Color Hex

#B88CFD
(184,140,253)
0 Favorites   0 Comments

Color spaces of #b88cfd

RGB 184140253
HSL0.730.970.77
HSV263°45°99°
CMYK 0.270.450.00   0.01
XYZ46.874936.038497.4140
Yxy36.03840.25990.1998
Hunter Lab60.032034.3225-54.1876
CIE-Lab66.549339.2208-50.3894

#b88cfd color RGB value is (184,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 11111101
Octal 270 214 375
Decimal 184 140 253
Hex B8 8C FD

RGB Percentages of Color #b88cfd

%31.89
%24.26
%43.85

CMYK Percentages of Color #b88cfd

%27
%45
%0
%1

Triadic Colors of #b88cfd

#b88cfd #fdb88c #8cfdb8

Analogous Colors of #b88cfd

#b88cfd #f18cfd #8c99fd

Monochromatic Colors of #b88cfd

#b88cfd

Complementary Color

#b88cfd #d1fd8c

#b88cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88cfd Color CSS Codes

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

#b88cfd Text Font Color

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

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


#b88cfd Background Color

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

This div background color is #b88cfd


#b88cfd Border Color

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

This div border color is #b88cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88cfd


Comments

No comments written yet.

Please login to write comment.