Color Hex Logo

#be699b Color Hex

#BE699B
(190,105,155)
0 Favorites   0 Comments

Color spaces of #be699b

RGB 190105155
HSL0.900.400.58
HSV325°45°75°
CMYK 0.000.450.18   0.25
XYZ32.203223.416933.8330
Yxy23.41690.36000.2618
Hunter Lab48.391034.1037-7.5794
CIE-Lab55.499240.3840-12.1894

#be699b color RGB value is (190,105,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 10011011
Octal 276 151 233
Decimal 190 105 155
Hex BE 69 9B

RGB Percentages of Color #be699b

%42.22
%23.33
%34.44

CMYK Percentages of Color #be699b

%0
%45
%18
%25

Triadic Colors of #be699b

#be699b #9bbe69 #699bbe

Analogous Colors of #be699b

#be699b #be6971 #b769be

Monochromatic Colors of #be699b

#be699b

Complementary Color

#be699b #69be8c

#be699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be699b Color CSS Codes

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

#be699b Text Font Color

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

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


#be699b Background Color

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

This div background color is #be699b


#be699b Border Color

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

This div border color is #be699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be699b


Comments

No comments written yet.

Please login to write comment.