Color Hex Logo

#be6899 Color Hex

#BE6899
(190,104,153)
0 Favorites   0 Comments

Color spaces of #be6899

RGB 190104153
HSL0.910.400.58
HSV326°45°75°
CMYK 0.000.450.19   0.25
XYZ31.935323.147732.9218
Yxy23.14770.36290.2630
Hunter Lab48.112134.2867-6.8921
CIE-Lab55.224140.6002-11.4364

#be6899 color RGB value is (190,104,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 10011001
Octal 276 150 231
Decimal 190 104 153
Hex BE 68 99

RGB Percentages of Color #be6899

%42.51
%23.27
%34.23

CMYK Percentages of Color #be6899

%0
%45
%19
%25

Triadic Colors of #be6899

#be6899 #99be68 #6899be

Analogous Colors of #be6899

#be6899 #be686e #b868be

Monochromatic Colors of #be6899

#be6899

Complementary Color

#be6899 #68be8d

#be6899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6899 Color CSS Codes

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

#be6899 Text Font Color

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

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


#be6899 Background Color

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

This div background color is #be6899


#be6899 Border Color

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

This div border color is #be6899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6899


Comments

No comments written yet.

Please login to write comment.