Color Hex Logo

#be61ab Color Hex

#BE61AB
(190,97,171)
0 Favorites   0 Comments

Color spaces of #be61ab

RGB 19097171
HSL0.870.420.56
HSV312°49°75°
CMYK 0.000.490.10   0.25
XYZ32.860622.436841.1269
Yxy22.43680.34080.2327
Hunter Lab47.367540.9390-18.3214
CIE-Lab54.487447.1010-23.0423

#be61ab color RGB value is (190,97,171).

#be61ab hex color red value is 190, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be61ab hue: 0.87 , saturation: 0.42 and the lightness value of be61ab is 0.56.

The process color (four color CMYK) of #be61ab color hex is 0.00, 0.49, 0.10, 0.25. Web safe color of #be61ab is #cc6699. Color #be61ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 10101011
Octal 276 141 253
Decimal 190 97 171
Hex BE 61 AB

RGB Percentages of Color #be61ab

%41.48
%21.18
%37.34

CMYK Percentages of Color #be61ab

%0
%49
%10
%25

Triadic Colors of #be61ab

#be61ab #abbe61 #61abbe

Analogous Colors of #be61ab

#be61ab #be617d #a361be

Monochromatic Colors of #be61ab

#be61ab

Complementary Color

#be61ab #61be74

#be61ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61ab Color CSS Codes

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

#be61ab Text Font Color

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

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


#be61ab Background Color

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

This div background color is #be61ab


#be61ab Border Color

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

This div border color is #be61ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61ab


Comments

No comments written yet.

Please login to write comment.