Color Hex Logo

#be668b Color Hex

#BE668B
(190,102,139)
0 Favorites   0 Comments

Color spaces of #be668b

RGB 190102139
HSL0.930.400.57
HSV335°46°75°
CMYK 0.000.460.27   0.25
XYZ30.646822.314027.1179
Yxy22.31400.38270.2787
Hunter Lab47.237733.1410-0.9704
CIE-Lab54.358639.5919-4.5253

#be668b color RGB value is (190,102,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 10001011
Octal 276 146 213
Decimal 190 102 139
Hex BE 66 8B

RGB Percentages of Color #be668b

%44.08
%23.67
%32.25

CMYK Percentages of Color #be668b

%0
%46
%27
%25

Triadic Colors of #be668b

#be668b #8bbe66 #668bbe

Analogous Colors of #be668b

#be668b #be6d66 #be66b7

Monochromatic Colors of #be668b

#be668b

Complementary Color

#be668b #66be99

#be668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be668b Color CSS Codes

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

#be668b Text Font Color

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

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


#be668b Background Color

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

This div background color is #be668b


#be668b Border Color

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

This div border color is #be668b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be668b


Comments

No comments written yet.

Please login to write comment.