Color Hex Logo

#be46cb Color Hex

#BE46CB
(190,70,203)
0 Favorites   0 Comments

Color spaces of #be46cb

RGB 19070203
HSL0.820.560.54
HSV294°66°80°
CMYK 0.060.660.00   0.20
XYZ34.204919.639358.4879
Yxy19.63930.30450.1748
Hunter Lab44.316260.2194-47.2286
CIE-Lab51.426965.0144-46.3260

#be46cb color RGB value is (190,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 11001011
Octal 276 106 313
Decimal 190 70 203
Hex BE 46 CB

RGB Percentages of Color #be46cb

%41.04
%15.12
%43.84

CMYK Percentages of Color #be46cb

%6
%66
%0
%20

Triadic Colors of #be46cb

#be46cb #cbbe46 #46cbbe

Analogous Colors of #be46cb

#be46cb #cb4696 #7c46cb

Monochromatic Colors of #be46cb

#be46cb

Complementary Color

#be46cb #53cb46

#be46cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be46cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be46cb Color CSS Codes

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

#be46cb Text Font Color

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

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


#be46cb Background Color

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

This div background color is #be46cb


#be46cb Border Color

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

This div border color is #be46cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,70,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 #be46cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be46cb


Comments

No comments written yet.

Please login to write comment.