Color Hex Logo

#be8abb Color Hex

#BE8ABB
(190,138,187)
0 Favorites   0 Comments

Color spaces of #be8abb

RGB 190138187
HSL0.840.290.64
HSV303°27°75°
CMYK 0.000.270.02   0.25
XYZ39.293332.712051.2568
Yxy32.71200.31880.2654
Hunter Lab57.194422.5416-13.0988
CIE-Lab63.927027.9616-17.7772

#be8abb color RGB value is (190,138,187).

#be8abb hex color red value is 190, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be8abb hue: 0.84 , saturation: 0.29 and the lightness value of be8abb is 0.64.

The process color (four color CMYK) of #be8abb color hex is 0.00, 0.27, 0.02, 0.25. Web safe color of #be8abb is #cc99cc. Color #be8abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001010 10111011
Octal 276 212 273
Decimal 190 138 187
Hex BE 8A BB

RGB Percentages of Color #be8abb

%36.89
%26.80
%36.31

CMYK Percentages of Color #be8abb

%0
%27
%2
%25

Triadic Colors of #be8abb

#be8abb #bbbe8a #8abbbe

Analogous Colors of #be8abb

#be8abb #be8aa1 #a78abe

Monochromatic Colors of #be8abb

#be8abb

Complementary Color

#be8abb #8abe8d

#be8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8abb Color CSS Codes

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

#be8abb Text Font Color

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

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


#be8abb Background Color

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

This div background color is #be8abb


#be8abb Border Color

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

This div border color is #be8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8abb


Comments

No comments written yet.

Please login to write comment.