Color Hex Logo

#b647d3 Color Hex

#B647D3
(182,71,211)
0 Favorites   0 Comments

Color spaces of #b647d3

RGB 18271211
HSL0.800.610.55
HSV288°66°83°
CMYK 0.140.660.00   0.17
XYZ33.302519.154763.5700
Yxy19.15470.28700.1651
Hunter Lab43.766159.2336-55.4821
CIE-Lab50.867764.2693-51.8689

#b647d3 color RGB value is (182,71,211).

#b647d3 hex color red value is 182, green value is 71 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b647d3 hue: 0.80 , saturation: 0.61 and the lightness value of b647d3 is 0.55.

The process color (four color CMYK) of #b647d3 color hex is 0.14, 0.66, 0.00, 0.17. Web safe color of #b647d3 is #cc33cc. Color #b647d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 11010011
Octal 266 107 323
Decimal 182 71 211
Hex B6 47 D3

RGB Percentages of Color #b647d3

%39.22
%15.30
%45.47

CMYK Percentages of Color #b647d3

%14
%66
%0
%17

Triadic Colors of #b647d3

#b647d3 #d3b647 #47d3b6

Analogous Colors of #b647d3

#b647d3 #d347aa #7047d3

Monochromatic Colors of #b647d3

#b647d3

Complementary Color

#b647d3 #64d347

#b647d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b647d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b647d3 Color CSS Codes

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

#b647d3 Text Font Color

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

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


#b647d3 Background Color

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

This div background color is #b647d3


#b647d3 Border Color

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

This div border color is #b647d3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,71,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b647d3


Comments

No comments written yet.

Please login to write comment.