Color Hex Logo

#b867ba Color Hex

#B867BA
(184,103,186)
0 Favorites   0 Comments

Color spaces of #b867ba

RGB 184103186
HSL0.830.380.57
HSV299°45°73°
CMYK 0.010.450.00   0.27
XYZ33.480323.436049.2134
Yxy23.43600.31550.2208
Hunter Lab48.410738.7297-26.3855
CIE-Lab55.518644.8484-30.1788

#b867ba color RGB value is (184,103,186).

#b867ba hex color red value is 184, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b867ba hue: 0.83 , saturation: 0.38 and the lightness value of b867ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 10111010
Octal 270 147 272
Decimal 184 103 186
Hex B8 67 BA

RGB Percentages of Color #b867ba

%38.90
%21.78
%39.32

CMYK Percentages of Color #b867ba

%1
%45
%0
%27

Triadic Colors of #b867ba

#b867ba #bab867 #67bab8

Analogous Colors of #b867ba

#b867ba #ba6793 #8f67ba

Monochromatic Colors of #b867ba

#b867ba

Complementary Color

#b867ba #69ba67

#b867ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b867ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b867ba Color CSS Codes

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

#b867ba Text Font Color

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

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


#b867ba Background Color

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

This div background color is #b867ba


#b867ba Border Color

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

This div border color is #b867ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b867ba


Comments

No comments written yet.

Please login to write comment.