Color Hex Logo

#b47ced Color Hex

#B47CED
(180,124,237)
0 Favorites   0 Comments

Color spaces of #b47ced

RGB 180124237
HSL0.750.760.71
HSV270°48°93°
CMYK 0.240.480.00   0.07
XYZ41.316130.233083.7787
Yxy30.23300.26600.1946
Hunter Lab54.984537.9043-51.8496
CIE-Lab61.854743.1788-49.0362

#b47ced color RGB value is (180,124,237).

#b47ced hex color red value is 180, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b47ced hue: 0.75 , saturation: 0.76 and the lightness value of b47ced is 0.71.

The process color (four color CMYK) of #b47ced color hex is 0.24, 0.48, 0.00, 0.07. Web safe color of #b47ced is #cc66ff. Color #b47ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 11101101
Octal 264 174 355
Decimal 180 124 237
Hex B4 7C ED

RGB Percentages of Color #b47ced

%33.27
%22.92
%43.81

CMYK Percentages of Color #b47ced

%24
%48
%0
%7

Triadic Colors of #b47ced

#b47ced #edb47c #7cedb4

Analogous Colors of #b47ced

#b47ced #ed7ced #7c7ded

Monochromatic Colors of #b47ced

#b47ced

Complementary Color

#b47ced #b5ed7c

#b47ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ced Color CSS Codes

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

#b47ced Text Font Color

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

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


#b47ced Background Color

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

This div background color is #b47ced


#b47ced Border Color

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

This div border color is #b47ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ced


Comments

No comments written yet.

Please login to write comment.