Color Hex Logo

#be5fac Color Hex

#BE5FAC
(190,95,172)
0 Favorites   0 Comments

Color spaces of #be5fac

RGB 19095172
HSL0.860.420.56
HSV311°50°75°
CMYK 0.000.500.09   0.25
XYZ32.773822.110141.5700
Yxy22.11010.33980.2292
Hunter Lab47.021442.1267-19.5013
CIE-Lab54.143648.2736-24.1524

#be5fac color RGB value is (190,95,172).

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

The process color (four color CMYK) of #be5fac color hex is 0.00, 0.50, 0.09, 0.25. Web safe color of #be5fac is #cc6699. Color #be5fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011111 10101100
Octal 276 137 254
Decimal 190 95 172
Hex BE 5F AC

RGB Percentages of Color #be5fac

%41.58
%20.79
%37.64

CMYK Percentages of Color #be5fac

%0
%50
%9
%25

Triadic Colors of #be5fac

#be5fac #acbe5f #5facbe

Analogous Colors of #be5fac

#be5fac #be5f7d #a15fbe

Monochromatic Colors of #be5fac

#be5fac

Complementary Color

#be5fac #5fbe71

#be5fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5fac Color CSS Codes

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

#be5fac Text Font Color

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

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


#be5fac Background Color

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

This div background color is #be5fac


#be5fac Border Color

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

This div border color is #be5fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5fac


Comments

No comments written yet.

Please login to write comment.