Color Hex Logo

#be638b Color Hex

#BE638B
(190,99,139)
0 Favorites   0 Comments

Color spaces of #be638b

RGB 19099139
HSL0.930.410.57
HSV334°48°75°
CMYK 0.000.480.27   0.25
XYZ30.357221.734927.0214
Yxy21.73490.38370.2747
Hunter Lab46.620734.6445-1.7300
CIE-Lab53.744641.1550-5.4345

#be638b color RGB value is (190,99,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 10001011
Octal 276 143 213
Decimal 190 99 139
Hex BE 63 8B

RGB Percentages of Color #be638b

%44.39
%23.13
%32.48

CMYK Percentages of Color #be638b

%0
%48
%27
%25

Triadic Colors of #be638b

#be638b #8bbe63 #638bbe

Analogous Colors of #be638b

#be638b #be6963 #be63b9

Monochromatic Colors of #be638b

#be638b

Complementary Color

#be638b #63be96

#be638b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be638b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be638b Color CSS Codes

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

#be638b Text Font Color

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

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


#be638b Background Color

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

This div background color is #be638b


#be638b Border Color

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

This div border color is #be638b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be638b


Comments

No comments written yet.

Please login to write comment.