Color Hex Logo

#b865bd Color Hex

#B865BD
(184,101,189)
0 Favorites   0 Comments

Color spaces of #b865bd

RGB 184101189
HSL0.820.400.57
HSV297°47°74°
CMYK 0.030.470.00   0.26
XYZ33.606223.171850.8455
Yxy23.17180.31230.2153
Hunter Lab48.137140.3772-28.9299
CIE-Lab55.248946.4533-32.3223

#b865bd color RGB value is (184,101,189).

#b865bd hex color red value is 184, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b865bd hue: 0.82 , saturation: 0.40 and the lightness value of b865bd is 0.57.

The process color (four color CMYK) of #b865bd color hex is 0.03, 0.47, 0.00, 0.26. Web safe color of #b865bd is #cc66cc. Color #b865bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 10111101
Octal 270 145 275
Decimal 184 101 189
Hex B8 65 BD

RGB Percentages of Color #b865bd

%38.82
%21.31
%39.87

CMYK Percentages of Color #b865bd

%3
%47
%0
%26

Triadic Colors of #b865bd

#b865bd #bdb865 #65bdb8

Analogous Colors of #b865bd

#b865bd #bd6596 #8c65bd

Monochromatic Colors of #b865bd

#b865bd

Complementary Color

#b865bd #6abd65

#b865bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865bd Color CSS Codes

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

#b865bd Text Font Color

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

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


#b865bd Background Color

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

This div background color is #b865bd


#b865bd Border Color

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

This div border color is #b865bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865bd


Comments

No comments written yet.

Please login to write comment.