Color Hex Logo

#b87cdc Color Hex

#B87CDC
(184,124,220)
0 Favorites   0 Comments

Color spaces of #b87cdc

RGB 184124220
HSL0.770.580.67
HSV278°44°86°
CMYK 0.160.440.00   0.14
XYZ39.893129.773071.3543
Yxy29.77300.28290.2111
Hunter Lab54.564635.0161-39.3384
CIE-Lab61.457940.4902-40.1720

#b87cdc color RGB value is (184,124,220).

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

The process color (four color CMYK) of #b87cdc color hex is 0.16, 0.44, 0.00, 0.14. Web safe color of #b87cdc is #cc66cc. Color #b87cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111100 11011100
Octal 270 174 334
Decimal 184 124 220
Hex B8 7C DC

RGB Percentages of Color #b87cdc

%34.85
%23.48
%41.67

CMYK Percentages of Color #b87cdc

%16
%44
%0
%14

Triadic Colors of #b87cdc

#b87cdc #dcb87c #7cdcb8

Analogous Colors of #b87cdc

#b87cdc #dc7cd0 #887cdc

Monochromatic Colors of #b87cdc

#b87cdc

Complementary Color

#b87cdc #a0dc7c

#b87cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87cdc Color CSS Codes

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

#b87cdc Text Font Color

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

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


#b87cdc Background Color

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

This div background color is #b87cdc


#b87cdc Border Color

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

This div border color is #b87cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87cdc


Comments

No comments written yet.

Please login to write comment.