Color Hex Logo

#b87fdd Color Hex

#B87FDD
(184,127,221)
0 Favorites   0 Comments

Color spaces of #b87fdd

RGB 184127221
HSL0.770.580.68
HSV276°43°87°
CMYK 0.170.430.00   0.13
XYZ40.407730.589572.1813
Yxy30.58950.28220.2136
Hunter Lab55.307833.6230-38.6630
CIE-Lab62.159639.0685-39.6308

#b87fdd color RGB value is (184,127,221).

#b87fdd hex color red value is 184, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b87fdd hue: 0.77 , saturation: 0.58 and the lightness value of b87fdd is 0.68.

The process color (four color CMYK) of #b87fdd color hex is 0.17, 0.43, 0.00, 0.13. Web safe color of #b87fdd is #cc66cc. Color #b87fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111111 11011101
Octal 270 177 335
Decimal 184 127 221
Hex B8 7F DD

RGB Percentages of Color #b87fdd

%34.59
%23.87
%41.54

CMYK Percentages of Color #b87fdd

%17
%43
%0
%13

Triadic Colors of #b87fdd

#b87fdd #ddb87f #7fddb8

Analogous Colors of #b87fdd

#b87fdd #dd7fd3 #897fdd

Monochromatic Colors of #b87fdd

#b87fdd

Complementary Color

#b87fdd #a4dd7f

#b87fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87fdd Color CSS Codes

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

#b87fdd Text Font Color

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

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


#b87fdd Background Color

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

This div background color is #b87fdd


#b87fdd Border Color

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

This div border color is #b87fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87fdd


Comments

No comments written yet.

Please login to write comment.