Color Hex Logo

#b87adf Color Hex

#B87ADF
(184,122,223)
0 Favorites   0 Comments

Color spaces of #b87adf

RGB 184122223
HSL0.770.610.68
HSV277°45°87°
CMYK 0.170.450.00   0.13
XYZ40.046029.437173.3833
Yxy29.43710.28030.2060
Hunter Lab54.256036.8018-42.2128
CIE-Lab61.165542.2282-42.3074

#b87adf color RGB value is (184,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 11011111
Octal 270 172 337
Decimal 184 122 223
Hex B8 7A DF

RGB Percentages of Color #b87adf

%34.78
%23.06
%42.16

CMYK Percentages of Color #b87adf

%17
%45
%0
%13

Triadic Colors of #b87adf

#b87adf #dfb87a #7adfb8

Analogous Colors of #b87adf

#b87adf #df7ad4 #867adf

Monochromatic Colors of #b87adf

#b87adf

Complementary Color

#b87adf #a1df7a

#b87adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87adf Color CSS Codes

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

#b87adf Text Font Color

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

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


#b87adf Background Color

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

This div background color is #b87adf


#b87adf Border Color

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

This div border color is #b87adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87adf


Comments

No comments written yet.

Please login to write comment.