Color Hex Logo

#b667bc Color Hex

#B667BC
(182,103,188)
0 Favorites   0 Comments

Color spaces of #b667bc

RGB 182103188
HSL0.820.390.57
HSV296°45°74°
CMYK 0.030.450.00   0.26
XYZ33.218823.276450.3189
Yxy23.27640.31100.2179
Hunter Lab48.245638.4737-28.0660
CIE-Lab55.355944.6281-31.6002

#b667bc color RGB value is (182,103,188).

#b667bc hex color red value is 182, green value is 103 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b667bc hue: 0.82 , saturation: 0.39 and the lightness value of b667bc is 0.57.

The process color (four color CMYK) of #b667bc color hex is 0.03, 0.45, 0.00, 0.26. Web safe color of #b667bc is #cc66cc. Color #b667bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100111 10111100
Octal 266 147 274
Decimal 182 103 188
Hex B6 67 BC

RGB Percentages of Color #b667bc

%38.48
%21.78
%39.75

CMYK Percentages of Color #b667bc

%3
%45
%0
%26

Triadic Colors of #b667bc

#b667bc #bcb667 #67bcb6

Analogous Colors of #b667bc

#b667bc #bc6798 #8c67bc

Monochromatic Colors of #b667bc

#b667bc

Complementary Color

#b667bc #6dbc67

#b667bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b667bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b667bc Color CSS Codes

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

#b667bc Text Font Color

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

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


#b667bc Background Color

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

This div background color is #b667bc


#b667bc Border Color

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

This div border color is #b667bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b667bc


Comments

No comments written yet.

Please login to write comment.