Color Hex Logo

#b27bdc Color Hex

#B27BDC
(178,123,220)
0 Favorites   0 Comments

Color spaces of #b27bdc

RGB 178123220
HSL0.760.580.67
HSV274°44°86°
CMYK 0.190.440.00   0.14
XYZ38.361328.798271.2469
Yxy28.79820.27720.2081
Hunter Lab53.664033.6875-41.1515
CIE-Lab60.603139.3203-41.5585

#b27bdc color RGB value is (178,123,220).

#b27bdc hex color red value is 178, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b27bdc hue: 0.76 , saturation: 0.58 and the lightness value of b27bdc is 0.67.

The process color (four color CMYK) of #b27bdc color hex is 0.19, 0.44, 0.00, 0.14. Web safe color of #b27bdc is #9966cc. Color #b27bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 11011100
Octal 262 173 334
Decimal 178 123 220
Hex B2 7B DC

RGB Percentages of Color #b27bdc

%34.17
%23.61
%42.23

CMYK Percentages of Color #b27bdc

%19
%44
%0
%14

Triadic Colors of #b27bdc

#b27bdc #dcb27b #7bdcb2

Analogous Colors of #b27bdc

#b27bdc #dc7bd6 #827bdc

Monochromatic Colors of #b27bdc

#b27bdc

Complementary Color

#b27bdc #a5dc7b

#b27bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27bdc Color CSS Codes

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

#b27bdc Text Font Color

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

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


#b27bdc Background Color

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

This div background color is #b27bdc


#b27bdc Border Color

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

This div border color is #b27bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,123,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b27bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27bdc


Comments

No comments written yet.

Please login to write comment.