Color Hex Logo

#b67edc Color Hex

#B67EDC
(182,126,220)
0 Favorites   0 Comments

Color spaces of #b67edc

RGB 182126220
HSL0.770.570.68
HSV276°43°86°
CMYK 0.170.430.00   0.14
XYZ39.670530.034171.4164
Yxy30.03410.28110.2128
Hunter Lab54.803433.3048-38.9007
CIE-Lab61.683638.8195-39.8332

#b67edc color RGB value is (182,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11011100
Octal 266 176 334
Decimal 182 126 220
Hex B6 7E DC

RGB Percentages of Color #b67edc

%34.47
%23.86
%41.67

CMYK Percentages of Color #b67edc

%17
%43
%0
%14

Triadic Colors of #b67edc

#b67edc #dcb67e #7edcb6

Analogous Colors of #b67edc

#b67edc #dc7ed3 #877edc

Monochromatic Colors of #b67edc

#b67edc

Complementary Color

#b67edc #a4dc7e

#b67edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67edc Color CSS Codes

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

#b67edc Text Font Color

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

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


#b67edc Background Color

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

This div background color is #b67edc


#b67edc Border Color

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

This div border color is #b67edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67edc


Comments

No comments written yet.

Please login to write comment.