Color Hex Logo

#be6ba1 Color Hex

#BE6BA1
(190,107,161)
0 Favorites   0 Comments

Color spaces of #be6ba1

RGB 190107161
HSL0.890.390.58
HSV321°44°75°
CMYK 0.000.440.15   0.25
XYZ32.925924.035736.6222
Yxy24.03570.35180.2568
Hunter Lab49.026234.0843-9.9708
CIE-Lab56.123540.2812-14.7377

#be6ba1 color RGB value is (190,107,161).

#be6ba1 hex color red value is 190, green value is 107 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #be6ba1 hue: 0.89 , saturation: 0.39 and the lightness value of be6ba1 is 0.58.

The process color (four color CMYK) of #be6ba1 color hex is 0.00, 0.44, 0.15, 0.25. Web safe color of #be6ba1 is #cc6699. Color #be6ba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101011 10100001
Octal 276 153 241
Decimal 190 107 161
Hex BE 6B A1

RGB Percentages of Color #be6ba1

%41.48
%23.36
%35.15

CMYK Percentages of Color #be6ba1

%0
%44
%15
%25

Triadic Colors of #be6ba1

#be6ba1 #a1be6b #6ba1be

Analogous Colors of #be6ba1

#be6ba1 #be6b78 #b26bbe

Monochromatic Colors of #be6ba1

#be6ba1

Complementary Color

#be6ba1 #6bbe88

#be6ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6ba1 Color CSS Codes

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

#be6ba1 Text Font Color

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

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


#be6ba1 Background Color

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

This div background color is #be6ba1


#be6ba1 Border Color

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

This div border color is #be6ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6ba1


Comments

No comments written yet.

Please login to write comment.