Color Hex Logo

#be6fac Color Hex

#BE6FAC
(190,111,172)
0 Favorites   0 Comments

Color spaces of #be6fac

RGB 190111172
HSL0.870.380.59
HSV314°42°75°
CMYK 0.000.420.09   0.25
XYZ34.366025.294642.1008
Yxy25.29460.33770.2486
Hunter Lab50.293733.9560-14.4259
CIE-Lab57.361339.9925-19.2196

#be6fac color RGB value is (190,111,172).

#be6fac hex color red value is 190, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be6fac hue: 0.87 , saturation: 0.38 and the lightness value of be6fac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101111 10101100
Octal 276 157 254
Decimal 190 111 172
Hex BE 6F AC

RGB Percentages of Color #be6fac

%40.17
%23.47
%36.36

CMYK Percentages of Color #be6fac

%0
%42
%9
%25

Triadic Colors of #be6fac

#be6fac #acbe6f #6facbe

Analogous Colors of #be6fac

#be6fac #be6f85 #a96fbe

Monochromatic Colors of #be6fac

#be6fac

Complementary Color

#be6fac #6fbe81

#be6fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6fac Color CSS Codes

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

#be6fac Text Font Color

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

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


#be6fac Background Color

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

This div background color is #be6fac


#be6fac Border Color

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

This div border color is #be6fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6fac


Comments

No comments written yet.

Please login to write comment.