Color Hex Logo

#be8ebd Color Hex

#BE8EBD
(190,142,189)
0 Favorites   0 Comments

Color spaces of #be8ebd

RGB 190142189
HSL0.840.270.65
HSV301°25°75°
CMYK 0.000.250.01   0.25
XYZ40.093533.967352.5873
Yxy33.96730.31660.2682
Hunter Lab58.281520.8027-12.7003
CIE-Lab64.936626.1214-17.3712

#be8ebd color RGB value is (190,142,189).

#be8ebd hex color red value is 190, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be8ebd hue: 0.84 , saturation: 0.27 and the lightness value of be8ebd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001110 10111101
Octal 276 216 275
Decimal 190 142 189
Hex BE 8E BD

RGB Percentages of Color #be8ebd

%36.47
%27.26
%36.28

CMYK Percentages of Color #be8ebd

%0
%25
%1
%25

Triadic Colors of #be8ebd

#be8ebd #bdbe8e #8ebdbe

Analogous Colors of #be8ebd

#be8ebd #be8ea5 #a78ebe

Monochromatic Colors of #be8ebd

#be8ebd

Complementary Color

#be8ebd #8ebe8f

#be8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8ebd Color CSS Codes

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

#be8ebd Text Font Color

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

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


#be8ebd Background Color

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

This div background color is #be8ebd


#be8ebd Border Color

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

This div border color is #be8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8ebd


Comments

No comments written yet.

Please login to write comment.