Color Hex Logo

#b671dd Color Hex

#B671DD
(182,113,221)
0 Favorites   0 Comments

Color spaces of #b671dd

RGB 182113221
HSL0.770.610.65
HSV278°49°87°
CMYK 0.180.490.00   0.13
XYZ38.247726.975871.5976
Yxy26.97580.27950.1972
Hunter Lab51.938240.5568-45.3754
CIE-Lab58.951946.0724-44.6899

#b671dd color RGB value is (182,113,221).

#b671dd hex color red value is 182, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b671dd hue: 0.77 , saturation: 0.61 and the lightness value of b671dd is 0.65.

The process color (four color CMYK) of #b671dd color hex is 0.18, 0.49, 0.00, 0.13. Web safe color of #b671dd is #cc66cc. Color #b671dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 11011101
Octal 266 161 335
Decimal 182 113 221
Hex B6 71 DD

RGB Percentages of Color #b671dd

%35.27
%21.90
%42.83

CMYK Percentages of Color #b671dd

%18
%49
%0
%13

Triadic Colors of #b671dd

#b671dd #ddb671 #71ddb6

Analogous Colors of #b671dd

#b671dd #dd71ce #8071dd

Monochromatic Colors of #b671dd

#b671dd

Complementary Color

#b671dd #98dd71

#b671dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b671dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b671dd Color CSS Codes

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

#b671dd Text Font Color

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

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


#b671dd Background Color

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

This div background color is #b671dd


#b671dd Border Color

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

This div border color is #b671dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b671dd


Comments

No comments written yet.

Please login to write comment.