Color Hex Logo

#be4aac Color Hex

#BE4AAC
(190,74,172)
0 Favorites   0 Comments

Color spaces of #be4aac

RGB 19074172
HSL0.860.470.52
HSV309°61°75°
CMYK 0.000.610.09   0.25
XYZ31.130418.823341.0222
Yxy18.82330.34220.2069
Hunter Lab43.385852.1530-25.6898
CIE-Lab50.479858.1047-29.8292

#be4aac color RGB value is (190,74,172).

#be4aac hex color red value is 190, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be4aac hue: 0.86 , saturation: 0.47 and the lightness value of be4aac is 0.52.

The process color (four color CMYK) of #be4aac color hex is 0.00, 0.61, 0.09, 0.25. Web safe color of #be4aac is #cc3399. Color #be4aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001010 10101100
Octal 276 112 254
Decimal 190 74 172
Hex BE 4A AC

RGB Percentages of Color #be4aac

%43.58
%16.97
%39.45

CMYK Percentages of Color #be4aac

%0
%61
%9
%25

Triadic Colors of #be4aac

#be4aac #acbe4a #4aacbe

Analogous Colors of #be4aac

#be4aac #be4a72 #964abe

Monochromatic Colors of #be4aac

#be4aac

Complementary Color

#be4aac #4abe5c

#be4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4aac Color CSS Codes

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

#be4aac Text Font Color

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

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


#be4aac Background Color

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

This div background color is #be4aac


#be4aac Border Color

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

This div border color is #be4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4aac


Comments

No comments written yet.

Please login to write comment.