Color Hex Logo

#be49cb Color Hex

#BE49CB
(190,73,203)
0 Favorites   0 Comments

Color spaces of #be49cb

RGB 19073203
HSL0.820.560.54
HSV294°64°80°
CMYK 0.060.640.00   0.20
XYZ34.397220.024058.5520
Yxy20.02400.30450.1772
Hunter Lab44.748258.9007-46.2559
CIE-Lab51.864363.7942-45.6312

#be49cb color RGB value is (190,73,203).

#be49cb hex color red value is 190, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be49cb hue: 0.82 , saturation: 0.56 and the lightness value of be49cb is 0.54.

The process color (four color CMYK) of #be49cb color hex is 0.06, 0.64, 0.00, 0.20. Web safe color of #be49cb is #cc33cc. Color #be49cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 11001011
Octal 276 111 313
Decimal 190 73 203
Hex BE 49 CB

RGB Percentages of Color #be49cb

%40.77
%15.67
%43.56

CMYK Percentages of Color #be49cb

%6
%64
%0
%20

Triadic Colors of #be49cb

#be49cb #cbbe49 #49cbbe

Analogous Colors of #be49cb

#be49cb #cb4997 #7d49cb

Monochromatic Colors of #be49cb

#be49cb

Complementary Color

#be49cb #56cb49

#be49cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be49cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be49cb Color CSS Codes

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

#be49cb Text Font Color

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

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


#be49cb Background Color

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

This div background color is #be49cb


#be49cb Border Color

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

This div border color is #be49cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be49cb


Comments

No comments written yet.

Please login to write comment.