Color Hex Logo

#be689d Color Hex

#BE689D
(190,104,157)
0 Favorites   0 Comments

Color spaces of #be689d

RGB 190104157
HSL0.900.400.58
HSV323°45°75°
CMYK 0.000.450.17   0.25
XYZ32.271323.282134.6913
Yxy23.28210.35760.2580
Hunter Lab48.251534.9431-8.8515
CIE-Lab55.361741.2220-13.5624

#be689d color RGB value is (190,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 10011101
Octal 276 150 235
Decimal 190 104 157
Hex BE 68 9D

RGB Percentages of Color #be689d

%42.13
%23.06
%34.81

CMYK Percentages of Color #be689d

%0
%45
%17
%25

Triadic Colors of #be689d

#be689d #9dbe68 #689dbe

Analogous Colors of #be689d

#be689d #be6872 #b468be

Monochromatic Colors of #be689d

#be689d

Complementary Color

#be689d #68be89

#be689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be689d Color CSS Codes

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

#be689d Text Font Color

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

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


#be689d Background Color

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

This div background color is #be689d


#be689d Border Color

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

This div border color is #be689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be689d


Comments

No comments written yet.

Please login to write comment.