Color Hex Logo

#b27cdb Color Hex

#B27CDB
(178,124,219)
0 Favorites   0 Comments

Color spaces of #b27cdb

RGB 178124219
HSL0.760.570.67
HSV274°43°86°
CMYK 0.190.430.00   0.14
XYZ38.353928.994870.5929
Yxy28.99480.27800.2102
Hunter Lab53.846832.9097-40.0361
CIE-Lab60.777038.5468-40.7258

#b27cdb color RGB value is (178,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11011011
Octal 262 174 333
Decimal 178 124 219
Hex B2 7C DB

RGB Percentages of Color #b27cdb

%34.17
%23.80
%42.03

CMYK Percentages of Color #b27cdb

%19
%43
%0
%14

Triadic Colors of #b27cdb

#b27cdb #dbb27c #7cdbb2

Analogous Colors of #b27cdb

#b27cdb #db7cd5 #837cdb

Monochromatic Colors of #b27cdb

#b27cdb

Complementary Color

#b27cdb #a5db7c

#b27cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cdb Color CSS Codes

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

#b27cdb Text Font Color

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

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


#b27cdb Background Color

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

This div background color is #b27cdb


#b27cdb Border Color

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

This div border color is #b27cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cdb


Comments

No comments written yet.

Please login to write comment.