Color Hex Logo

#b671dc Color Hex

#B671DC
(182,113,220)
0 Favorites   0 Comments

Color spaces of #b671dc

RGB 182113220
HSL0.770.600.65
HSV279°49°86°
CMYK 0.170.490.00   0.14
XYZ38.114826.922670.8979
Yxy26.92260.28040.1981
Hunter Lab51.887040.3191-44.6924
CIE-Lab58.902645.8569-44.2065

#b671dc color RGB value is (182,113,220).

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

The process color (four color CMYK) of #b671dc color hex is 0.17, 0.49, 0.00, 0.14. Web safe color of #b671dc is #cc66cc. Color #b671dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 11011100
Octal 266 161 334
Decimal 182 113 220
Hex B6 71 DC

RGB Percentages of Color #b671dc

%35.34
%21.94
%42.72

CMYK Percentages of Color #b671dc

%17
%49
%0
%14

Triadic Colors of #b671dc

#b671dc #dcb671 #71dcb6

Analogous Colors of #b671dc

#b671dc #dc71cd #8171dc

Monochromatic Colors of #b671dc

#b671dc

Complementary Color

#b671dc #97dc71

#b671dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b671dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b671dc Color CSS Codes

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

#b671dc Text Font Color

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

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


#b671dc Background Color

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

This div background color is #b671dc


#b671dc Border Color

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

This div border color is #b671dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,113,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 #b671dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b671dc


Comments

No comments written yet.

Please login to write comment.