Color Hex Logo

#be5abb Color Hex

#BE5ABB
(190,90,187)
0 Favorites   0 Comments

Color spaces of #be5abb

RGB 19090187
HSL0.840.430.55
HSV302°53°75°
CMYK 0.000.530.02   0.25
XYZ33.861021.847349.4460
Yxy21.84730.32200.2078
Hunter Lab46.741147.5152-30.0023
CIE-Lab53.864653.3112-33.2720

#be5abb color RGB value is (190,90,187).

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

The process color (four color CMYK) of #be5abb color hex is 0.00, 0.53, 0.02, 0.25. Web safe color of #be5abb is #cc66cc. Color #be5abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011010 10111011
Octal 276 132 273
Decimal 190 90 187
Hex BE 5A BB

RGB Percentages of Color #be5abb

%40.69
%19.27
%40.04

CMYK Percentages of Color #be5abb

%0
%53
%2
%25

Triadic Colors of #be5abb

#be5abb #bbbe5a #5abbbe

Analogous Colors of #be5abb

#be5abb #be5a89 #8f5abe

Monochromatic Colors of #be5abb

#be5abb

Complementary Color

#be5abb #5abe5d

#be5abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5abb Color CSS Codes

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

#be5abb Text Font Color

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

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


#be5abb Background Color

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

This div background color is #be5abb


#be5abb Border Color

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

This div border color is #be5abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5abb


Comments

No comments written yet.

Please login to write comment.