Color Hex Logo

#b671bd Color Hex

#B671BD
(182,113,189)
0 Favorites   0 Comments

Color spaces of #b671bd

RGB 182113189
HSL0.820.370.59
HSV294°40°74°
CMYK 0.040.400.00   0.26
XYZ34.381825.429551.2404
Yxy25.42950.30960.2290
Hunter Lab50.427733.4536-24.9462
CIE-Lab57.491539.4859-28.8563

#b671bd color RGB value is (182,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 10111101
Octal 266 161 275
Decimal 182 113 189
Hex B6 71 BD

RGB Percentages of Color #b671bd

%37.60
%23.35
%39.05

CMYK Percentages of Color #b671bd

%4
%40
%0
%26

Triadic Colors of #b671bd

#b671bd #bdb671 #71bdb6

Analogous Colors of #b671bd

#b671bd #bd719e #9071bd

Monochromatic Colors of #b671bd

#b671bd

Complementary Color

#b671bd #78bd71

#b671bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b671bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b671bd Color CSS Codes

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

#b671bd Text Font Color

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

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


#b671bd Background Color

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

This div background color is #b671bd


#b671bd Border Color

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

This div border color is #b671bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b671bd


Comments

No comments written yet.

Please login to write comment.