Color Hex Logo

#b658bd Color Hex

#B658BD
(182,88,189)
0 Favorites   0 Comments

Color spaces of #b658bd

RGB 18288189
HSL0.820.430.54
HSV296°53°74°
CMYK 0.040.530.00   0.26
XYZ31.966420.598750.4352
Yxy20.59870.31040.2000
Hunter Lab45.385846.2971-34.1163
CIE-Lab52.507552.4229-36.6303

#b658bd color RGB value is (182,88,189).

#b658bd hex color red value is 182, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b658bd hue: 0.82 , saturation: 0.43 and the lightness value of b658bd is 0.54.

The process color (four color CMYK) of #b658bd color hex is 0.04, 0.53, 0.00, 0.26. Web safe color of #b658bd is #cc66cc. Color #b658bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 10111101
Octal 266 130 275
Decimal 182 88 189
Hex B6 58 BD

RGB Percentages of Color #b658bd

%39.65
%19.17
%41.18

CMYK Percentages of Color #b658bd

%4
%53
%0
%26

Triadic Colors of #b658bd

#b658bd #bdb658 #58bdb6

Analogous Colors of #b658bd

#b658bd #bd5892 #8458bd

Monochromatic Colors of #b658bd

#b658bd

Complementary Color

#b658bd #5fbd58

#b658bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b658bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b658bd Color CSS Codes

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

#b658bd Text Font Color

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

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


#b658bd Background Color

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

This div background color is #b658bd


#b658bd Border Color

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

This div border color is #b658bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b658bd


Comments

No comments written yet.

Please login to write comment.