Color Hex Logo

#b893be Color Hex

#B893BE
(184,147,190)
0 Favorites   0 Comments

Color spaces of #b893be

RGB 184147190
HSL0.810.250.66
HSV292°23°75°
CMYK 0.030.230.00   0.25
XYZ39.495134.775553.3459
Yxy34.77550.30950.2725
Hunter Lab58.970816.3498-12.3552
CIE-Lab65.573521.5013-17.0241

#b893be color RGB value is (184,147,190).

#b893be hex color red value is 184, green value is 147 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b893be hue: 0.81 , saturation: 0.25 and the lightness value of b893be is 0.66.

The process color (four color CMYK) of #b893be color hex is 0.03, 0.23, 0.00, 0.25. Web safe color of #b893be is #cc99cc. Color #b893be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010011 10111110
Octal 270 223 276
Decimal 184 147 190
Hex B8 93 BE

RGB Percentages of Color #b893be

%35.32
%28.21
%36.47

CMYK Percentages of Color #b893be

%3
%23
%0
%25

Triadic Colors of #b893be

#b893be #beb893 #93beb8

Analogous Colors of #b893be

#b893be #be93af #a393be

Monochromatic Colors of #b893be

#b893be

Complementary Color

#b893be #99be93

#b893be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b893be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b893be Color CSS Codes

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

#b893be Text Font Color

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

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


#b893be Background Color

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

This div background color is #b893be


#b893be Border Color

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

This div border color is #b893be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b893be

#b893be Color Palettes


Comments

No comments written yet.

Please login to write comment.