Color Hex Logo

#b782bd Color Hex

#B782BD
(183,130,189)
0 Favorites   0 Comments

Color spaces of #b782bd

RGB 183130189
HSL0.820.310.63
HSV294°31°74°
CMYK 0.030.310.00   0.26
XYZ36.696429.706751.9440
Yxy29.70670.31010.2510
Hunter Lab54.503924.7989-18.3527
CIE-Lab61.400330.4592-22.8258

#b782bd color RGB value is (183,130,189).

#b782bd hex color red value is 183, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b782bd hue: 0.82 , saturation: 0.31 and the lightness value of b782bd is 0.63.

The process color (four color CMYK) of #b782bd color hex is 0.03, 0.31, 0.00, 0.26. Web safe color of #b782bd is #cc99cc. Color #b782bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000010 10111101
Octal 267 202 275
Decimal 183 130 189
Hex B7 82 BD

RGB Percentages of Color #b782bd

%36.45
%25.90
%37.65

CMYK Percentages of Color #b782bd

%3
%31
%0
%26

Triadic Colors of #b782bd

#b782bd #bdb782 #82bdb7

Analogous Colors of #b782bd

#b782bd #bd82a6 #9a82bd

Monochromatic Colors of #b782bd

#b782bd

Complementary Color

#b782bd #88bd82

#b782bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b782bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b782bd Color CSS Codes

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

#b782bd Text Font Color

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

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


#b782bd Background Color

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

This div background color is #b782bd


#b782bd Border Color

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

This div border color is #b782bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b782bd


Comments

No comments written yet.

Please login to write comment.