Color Hex Logo

#b809bd Color Hex

#B809BD
(184,9,189)
0 Favorites   0 Comments

Color spaces of #b809bd

RGB 1849189
HSL0.830.910.39
HSV298°95°74°
CMYK 0.030.950.00   0.26
XYZ29.050214.059849.3268
Yxy14.05980.31430.1521
Hunter Lab37.496472.6735-51.7490
CIE-Lab44.318676.8073-49.6071

#b809bd color RGB value is (184,9,189).

#b809bd hex color red value is 184, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b809bd hue: 0.83 , saturation: 0.91 and the lightness value of b809bd is 0.39.

The process color (four color CMYK) of #b809bd color hex is 0.03, 0.95, 0.00, 0.26. Web safe color of #b809bd is #cc00cc. Color #b809bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001001 10111101
Octal 270 11 275
Decimal 184 9 189
Hex B8 9 BD

RGB Percentages of Color #b809bd

%48.17
%2.36
%49.48

CMYK Percentages of Color #b809bd

%3
%95
%0
%26

Triadic Colors of #b809bd

#b809bd #bdb809 #09bdb8

Analogous Colors of #b809bd

#b809bd #bd0968 #5e09bd

Monochromatic Colors of #b809bd

#b809bd

Complementary Color

#b809bd #0ebd09

#b809bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b809bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b809bd Color CSS Codes

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

#b809bd Text Font Color

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

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


#b809bd Background Color

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

This div background color is #b809bd


#b809bd Border Color

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

This div border color is #b809bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b809bd


Comments

No comments written yet.

Please login to write comment.