Color Hex Logo

#be78ab Color Hex

#BE78AB
(190,120,171)
0 Favorites   0 Comments

Color spaces of #be78ab

RGB 190120171
HSL0.880.350.61
HSV316°37°75°
CMYK 0.000.370.10   0.25
XYZ35.302427.320441.9408
Yxy27.32040.33760.2613
Hunter Lab52.268929.0882-10.9863
CIE-Lab59.269734.9730-15.7444

#be78ab color RGB value is (190,120,171).

#be78ab hex color red value is 190, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be78ab hue: 0.88 , saturation: 0.35 and the lightness value of be78ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111000 10101011
Octal 276 170 253
Decimal 190 120 171
Hex BE 78 AB

RGB Percentages of Color #be78ab

%39.50
%24.95
%35.55

CMYK Percentages of Color #be78ab

%0
%37
%10
%25

Triadic Colors of #be78ab

#be78ab #abbe78 #78abbe

Analogous Colors of #be78ab

#be78ab #be7888 #ae78be

Monochromatic Colors of #be78ab

#be78ab

Complementary Color

#be78ab #78be8b

#be78ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be78ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be78ab Color CSS Codes

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

#be78ab Text Font Color

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

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


#be78ab Background Color

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

This div background color is #be78ab


#be78ab Border Color

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

This div border color is #be78ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be78ab


Comments

No comments written yet.

Please login to write comment.