Color Hex Logo

#be648d Color Hex

#BE648D
(190,100,141)
0 Favorites   0 Comments

Color spaces of #be648d

RGB 190100141
HSL0.920.410.57
HSV333°47°75°
CMYK 0.000.470.26   0.25
XYZ30.600121.984627.8299
Yxy21.98460.38050.2734
Hunter Lab46.887734.4400-2.3698
CIE-Lab54.010740.9173-6.2170

#be648d color RGB value is (190,100,141).

#be648d hex color red value is 190, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #be648d hue: 0.92 , saturation: 0.41 and the lightness value of be648d is 0.57.

The process color (four color CMYK) of #be648d color hex is 0.00, 0.47, 0.26, 0.25. Web safe color of #be648d is #cc6699. Color #be648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 10001101
Octal 276 144 215
Decimal 190 100 141
Hex BE 64 8D

RGB Percentages of Color #be648d

%44.08
%23.20
%32.71

CMYK Percentages of Color #be648d

%0
%47
%26
%25

Triadic Colors of #be648d

#be648d #8dbe64 #648dbe

Analogous Colors of #be648d

#be648d #be6864 #be64ba

Monochromatic Colors of #be648d

#be648d

Complementary Color

#be648d #64be95

#be648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be648d Color CSS Codes

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

#be648d Text Font Color

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

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


#be648d Background Color

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

This div background color is #be648d


#be648d Border Color

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

This div border color is #be648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be648d


Comments

No comments written yet.

Please login to write comment.