Color Hex Logo

#b27dbd Color Hex

#B27DBD
(178,125,189)
0 Favorites   0 Comments

Color spaces of #b27dbd

RGB 178125189
HSL0.800.330.62
HSV290°34°74°
CMYK 0.060.340.00   0.26
XYZ34.879027.806351.6729
Yxy27.80630.30500.2432
Hunter Lab52.731725.7871-21.1874
CIE-Lab59.713331.6182-25.4620

#b27dbd color RGB value is (178,125,189).

#b27dbd hex color red value is 178, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b27dbd hue: 0.80 , saturation: 0.33 and the lightness value of b27dbd is 0.62.

The process color (four color CMYK) of #b27dbd color hex is 0.06, 0.34, 0.00, 0.26. Web safe color of #b27dbd is #9966cc. Color #b27dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111101 10111101
Octal 262 175 275
Decimal 178 125 189
Hex B2 7D BD

RGB Percentages of Color #b27dbd

%36.18
%25.41
%38.41

CMYK Percentages of Color #b27dbd

%6
%34
%0
%26

Triadic Colors of #b27dbd

#b27dbd #bdb27d #7dbdb2

Analogous Colors of #b27dbd

#b27dbd #bd7da8 #927dbd

Monochromatic Colors of #b27dbd

#b27dbd

Complementary Color

#b27dbd #88bd7d

#b27dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27dbd Color CSS Codes

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

#b27dbd Text Font Color

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

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


#b27dbd Background Color

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

This div background color is #b27dbd


#b27dbd Border Color

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

This div border color is #b27dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27dbd


Comments

No comments written yet.

Please login to write comment.