Color Hex Logo

#b767be Color Hex

#B767BE
(183,103,190)
0 Favorites   0 Comments

Color spaces of #b767be

RGB 183103190
HSL0.820.400.57
HSV295°46°75°
CMYK 0.040.460.00   0.25
XYZ33.673023.485551.4736
Yxy23.48550.31000.2162
Hunter Lab48.461839.2199-29.0514
CIE-Lab55.568945.3077-32.4067

#b767be color RGB value is (183,103,190).

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

The process color (four color CMYK) of #b767be color hex is 0.04, 0.46, 0.00, 0.25. Web safe color of #b767be is #cc66cc. Color #b767be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 10111110
Octal 267 147 276
Decimal 183 103 190
Hex B7 67 BE

RGB Percentages of Color #b767be

%38.45
%21.64
%39.92

CMYK Percentages of Color #b767be

%4
%46
%0
%25

Triadic Colors of #b767be

#b767be #beb767 #67beb7

Analogous Colors of #b767be

#b767be #be679a #8c67be

Monochromatic Colors of #b767be

#b767be

Complementary Color

#b767be #6ebe67

#b767be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767be Color CSS Codes

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

#b767be Text Font Color

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

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


#b767be Background Color

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

This div background color is #b767be


#b767be Border Color

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

This div border color is #b767be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767be


Comments

No comments written yet.

Please login to write comment.