Color Hex Logo

#be8cbb Color Hex

#BE8CBB
(190,140,187)
0 Favorites   0 Comments

Color spaces of #be8cbb

RGB 190140187
HSL0.840.280.65
HSV304°26°75°
CMYK 0.000.260.02   0.25
XYZ39.582933.291251.3533
Yxy33.29120.31860.2680
Hunter Lab57.698521.4839-12.3808
CIE-Lab64.396026.8530-17.0662

#be8cbb color RGB value is (190,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 10111011
Octal 276 214 273
Decimal 190 140 187
Hex BE 8C BB

RGB Percentages of Color #be8cbb

%36.75
%27.08
%36.17

CMYK Percentages of Color #be8cbb

%0
%26
%2
%25

Triadic Colors of #be8cbb

#be8cbb #bbbe8c #8cbbbe

Analogous Colors of #be8cbb

#be8cbb #be8ca2 #a88cbe

Monochromatic Colors of #be8cbb

#be8cbb

Complementary Color

#be8cbb #8cbe8f

#be8cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cbb Color CSS Codes

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

#be8cbb Text Font Color

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

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


#be8cbb Background Color

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

This div background color is #be8cbb


#be8cbb Border Color

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

This div border color is #be8cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cbb


Comments

No comments written yet.

Please login to write comment.