Color Hex Logo

#be4aca Color Hex

#BE4ACA
(190,74,202)
0 Favorites   0 Comments

Color spaces of #be4aca

RGB 19074202
HSL0.820.550.54
HSV294°63°79°
CMYK 0.060.630.00   0.21
XYZ34.344720.109057.9484
Yxy20.10900.30560.1789
Hunter Lab44.843158.2354-45.2273
CIE-Lab51.960263.1995-44.9051

#be4aca color RGB value is (190,74,202).

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

The process color (four color CMYK) of #be4aca color hex is 0.06, 0.63, 0.00, 0.21. Web safe color of #be4aca is #cc33cc. Color #be4aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001010 11001010
Octal 276 112 312
Decimal 190 74 202
Hex BE 4A CA

RGB Percentages of Color #be4aca

%40.77
%15.88
%43.35

CMYK Percentages of Color #be4aca

%6
%63
%0
%21

Triadic Colors of #be4aca

#be4aca #cabe4a #4acabe

Analogous Colors of #be4aca

#be4aca #ca4a96 #7e4aca

Monochromatic Colors of #be4aca

#be4aca

Complementary Color

#be4aca #56ca4a

#be4aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4aca Color CSS Codes

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

#be4aca Text Font Color

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

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


#be4aca Background Color

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

This div background color is #be4aca


#be4aca Border Color

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

This div border color is #be4aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4aca


Comments

No comments written yet.

Please login to write comment.