Color Hex Logo

#be648f Color Hex

#BE648F
(190,100,143)
0 Favorites   0 Comments

Color spaces of #be648f

RGB 190100143
HSL0.920.410.57
HSV331°47°75°
CMYK 0.000.470.25   0.25
XYZ30.750322.044728.6209
Yxy22.04470.37770.2708
Hunter Lab46.951834.7400-3.2758
CIE-Lab54.074441.2024-7.2984

#be648f color RGB value is (190,100,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 10001111
Octal 276 144 217
Decimal 190 100 143
Hex BE 64 8F

RGB Percentages of Color #be648f

%43.88
%23.09
%33.03

CMYK Percentages of Color #be648f

%0
%47
%25
%25

Triadic Colors of #be648f

#be648f #8fbe64 #648fbe

Analogous Colors of #be648f

#be648f #be6664 #be64bc

Monochromatic Colors of #be648f

#be648f

Complementary Color

#be648f #64be93

#be648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be648f Color CSS Codes

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

#be648f Text Font Color

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

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


#be648f Background Color

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

This div background color is #be648f


#be648f Border Color

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

This div border color is #be648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be648f


Comments

No comments written yet.

Please login to write comment.