Color Hex Logo

#b867be Color Hex

#B867BE
(184,103,190)
0 Favorites   0 Comments

Color spaces of #b867be

RGB 184103190
HSL0.820.400.57
HSV296°46°75°
CMYK 0.030.460.00   0.25
XYZ33.911723.608551.4848
Yxy23.60850.31110.2166
Hunter Lab48.588639.5515-28.8121
CIE-Lab55.693745.6041-32.2030

#b867be color RGB value is (184,103,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 10111110
Octal 270 147 276
Decimal 184 103 190
Hex B8 67 BE

RGB Percentages of Color #b867be

%38.57
%21.59
%39.83

CMYK Percentages of Color #b867be

%3
%46
%0
%25

Triadic Colors of #b867be

#b867be #beb867 #67beb8

Analogous Colors of #b867be

#b867be #be6799 #8d67be

Monochromatic Colors of #b867be

#b867be

Complementary Color

#b867be #6dbe67

#b867be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b867be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b867be Color CSS Codes

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

#b867be Text Font Color

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

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


#b867be Background Color

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

This div background color is #b867be


#b867be Border Color

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

This div border color is #b867be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b867be


Comments

No comments written yet.

Please login to write comment.