Color Hex Logo

#be4acb Color Hex

#BE4ACB
(190,74,203)
0 Favorites   0 Comments

Color spaces of #be4acb

RGB 19074203
HSL0.820.550.54
HSV294°64°80°
CMYK 0.060.640.00   0.20
XYZ34.463520.156558.5741
Yxy20.15650.30450.1781
Hunter Lab44.896058.4539-45.9262
CIE-Lab52.013763.3792-45.3942

#be4acb color RGB value is (190,74,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001010 11001011
Octal 276 112 313
Decimal 190 74 203
Hex BE 4A CB

RGB Percentages of Color #be4acb

%40.69
%15.85
%43.47

CMYK Percentages of Color #be4acb

%6
%64
%0
%20

Triadic Colors of #be4acb

#be4acb #cbbe4a #4acbbe

Analogous Colors of #be4acb

#be4acb #cb4a98 #7e4acb

Monochromatic Colors of #be4acb

#be4acb

Complementary Color

#be4acb #57cb4a

#be4acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4acb Color CSS Codes

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

#be4acb Text Font Color

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

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


#be4acb Background Color

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

This div background color is #be4acb


#be4acb Border Color

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

This div border color is #be4acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4acb


Comments

No comments written yet.

Please login to write comment.