Color Hex Logo

#be68ac Color Hex

#BE68AC
(190,104,172)
0 Favorites   0 Comments

Color spaces of #be68ac

RGB 190104172
HSL0.870.400.58
HSV313°45°75°
CMYK 0.000.450.09   0.25
XYZ33.631923.826341.8561
Yxy23.82630.33860.2399
Hunter Lab48.812237.5663-16.6722
CIE-Lab55.913543.6787-21.4331

#be68ac color RGB value is (190,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 10101100
Octal 276 150 254
Decimal 190 104 172
Hex BE 68 AC

RGB Percentages of Color #be68ac

%40.77
%22.32
%36.91

CMYK Percentages of Color #be68ac

%0
%45
%9
%25

Triadic Colors of #be68ac

#be68ac #acbe68 #68acbe

Analogous Colors of #be68ac

#be68ac #be6881 #a568be

Monochromatic Colors of #be68ac

#be68ac

Complementary Color

#be68ac #68be7a

#be68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68ac Color CSS Codes

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

#be68ac Text Font Color

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

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


#be68ac Background Color

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

This div background color is #be68ac


#be68ac Border Color

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

This div border color is #be68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68ac


Comments

No comments written yet.

Please login to write comment.