Color Hex Logo

#b287df Color Hex

#B287DF
(178,135,223)
0 Favorites   0 Comments

Color spaces of #b287df

RGB 178135223
HSL0.750.580.70
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ40.343432.120673.8856
Yxy32.12060.27570.2195
Hunter Lab56.675027.8816-37.6221
CIE-Lab63.442433.3393-38.7808

#b287df color RGB value is (178,135,223).

#b287df hex color red value is 178, green value is 135 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b287df hue: 0.75 , saturation: 0.58 and the lightness value of b287df is 0.70.

The process color (four color CMYK) of #b287df color hex is 0.20, 0.39, 0.00, 0.13. Web safe color of #b287df is #9999cc. Color #b287df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 11011111
Octal 262 207 337
Decimal 178 135 223
Hex B2 87 DF

RGB Percentages of Color #b287df

%33.21
%25.19
%41.60

CMYK Percentages of Color #b287df

%20
%39
%0
%13

Triadic Colors of #b287df

#b287df #dfb287 #87dfb2

Analogous Colors of #b287df

#b287df #de87df #8788df

Monochromatic Colors of #b287df

#b287df

Complementary Color

#b287df #b4df87

#b287df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b287df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b287df Color CSS Codes

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

#b287df Text Font Color

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

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


#b287df Background Color

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

This div background color is #b287df


#b287df Border Color

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

This div border color is #b287df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,135,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b287df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b287df;
  -webkit-box-shadow: 1px 1px 3px 2px #b287df;
  box-shadow:         1px 1px 3px 2px #b287df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,135,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b287df

#b287df Color Palettes


Comments

No comments written yet.

Please login to write comment.