Color Hex Logo

#b918bd Color Hex

#B918BD
(185,24,189)
0 Favorites   0 Comments

Color spaces of #b918bd

RGB 18524189
HSL0.830.770.42
HSV299°87°74°
CMYK 0.020.870.00   0.26
XYZ29.519514.641749.4144
Yxy14.64170.31550.1565
Hunter Lab38.264570.7427-49.7814
CIE-Lab45.139575.0728-48.2826

#b918bd color RGB value is (185,24,189).

#b918bd hex color red value is 185, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b918bd hue: 0.83 , saturation: 0.77 and the lightness value of b918bd is 0.42.

The process color (four color CMYK) of #b918bd color hex is 0.02, 0.87, 0.00, 0.26. Web safe color of #b918bd is #cc00cc. Color #b918bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011000 10111101
Octal 271 30 275
Decimal 185 24 189
Hex B9 18 BD

RGB Percentages of Color #b918bd

%46.48
%6.03
%47.49

CMYK Percentages of Color #b918bd

%2
%87
%0
%26

Triadic Colors of #b918bd

#b918bd #bdb918 #18bdb9

Analogous Colors of #b918bd

#b918bd #bd186f #6718bd

Monochromatic Colors of #b918bd

#b918bd

Complementary Color

#b918bd #1cbd18

#b918bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b918bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b918bd Color CSS Codes

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

#b918bd Text Font Color

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

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


#b918bd Background Color

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

This div background color is #b918bd


#b918bd Border Color

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

This div border color is #b918bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b918bd


Comments

No comments written yet.

Please login to write comment.