Color Hex Logo

#be8eb5 Color Hex

#BE8EB5
(190,142,181)
0 Favorites   0 Comments

Color spaces of #be8eb5

RGB 190142181
HSL0.860.270.65
HSV311°25°75°
CMYK 0.000.250.05   0.25
XYZ39.248733.629348.1385
Yxy33.62930.32430.2779
Hunter Lab57.990819.3266-8.6235
CIE-Lab64.667324.6300-13.2796

#be8eb5 color RGB value is (190,142,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001110 10110101
Octal 276 216 265
Decimal 190 142 181
Hex BE 8E B5

RGB Percentages of Color #be8eb5

%37.04
%27.68
%35.28

CMYK Percentages of Color #be8eb5

%0
%25
%5
%25

Triadic Colors of #be8eb5

#be8eb5 #b5be8e #8eb5be

Analogous Colors of #be8eb5

#be8eb5 #be8e9d #af8ebe

Monochromatic Colors of #be8eb5

#be8eb5

Complementary Color

#be8eb5 #8ebe97

#be8eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8eb5 Color CSS Codes

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

#be8eb5 Text Font Color

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

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


#be8eb5 Background Color

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

This div background color is #be8eb5


#be8eb5 Border Color

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

This div border color is #be8eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8eb5


Comments

No comments written yet.

Please login to write comment.