Color Hex Logo

#be669e Color Hex

#BE669E
(190,102,158)
0 Favorites   0 Comments

Color spaces of #be669e

RGB 190102158
HSL0.890.400.57
HSV322°46°75°
CMYK 0.000.460.17   0.25
XYZ32.158122.918535.0765
Yxy22.91850.35670.2542
Hunter Lab47.873336.1263-9.9302
CIE-Lab54.988342.4234-14.7100

#be669e color RGB value is (190,102,158).

#be669e hex color red value is 190, green value is 102 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be669e hue: 0.89 , saturation: 0.40 and the lightness value of be669e is 0.57.

The process color (four color CMYK) of #be669e color hex is 0.00, 0.46, 0.17, 0.25. Web safe color of #be669e is #cc6699. Color #be669e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 10011110
Octal 276 146 236
Decimal 190 102 158
Hex BE 66 9E

RGB Percentages of Color #be669e

%42.22
%22.67
%35.11

CMYK Percentages of Color #be669e

%0
%46
%17
%25

Triadic Colors of #be669e

#be669e #9ebe66 #669ebe

Analogous Colors of #be669e

#be669e #be6672 #b266be

Monochromatic Colors of #be669e

#be669e

Complementary Color

#be669e #66be86

#be669e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be669e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be669e Color CSS Codes

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

#be669e Text Font Color

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

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


#be669e Background Color

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

This div background color is #be669e


#be669e Border Color

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

This div border color is #be669e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be669e


Comments

No comments written yet.

Please login to write comment.