Color Hex Logo

#be1caa Color Hex

#BE1CAA
(190,28,170)
0 Favorites   0 Comments

Color spaces of #be1caa

RGB 19028170
HSL0.850.740.43
HSV307°85°75°
CMYK 0.000.850.11   0.25
XYZ28.906214.679939.3402
Yxy14.67990.34860.1770
Hunter Lab38.314467.6189-34.0574
CIE-Lab45.192672.4825-36.9432

#be1caa color RGB value is (190,28,170).

#be1caa hex color red value is 190, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be1caa hue: 0.85 , saturation: 0.74 and the lightness value of be1caa is 0.43.

The process color (four color CMYK) of #be1caa color hex is 0.00, 0.85, 0.11, 0.25. Web safe color of #be1caa is #cc3399. Color #be1caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011100 10101010
Octal 276 34 252
Decimal 190 28 170
Hex BE 1C AA

RGB Percentages of Color #be1caa

%48.97
%7.22
%43.81

CMYK Percentages of Color #be1caa

%0
%85
%11
%25

Triadic Colors of #be1caa

#be1caa #aabe1c #1caabe

Analogous Colors of #be1caa

#be1caa #be1c59 #811cbe

Monochromatic Colors of #be1caa

#be1caa

Complementary Color

#be1caa #1cbe30

#be1caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1caa Color CSS Codes

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

#be1caa Text Font Color

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

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


#be1caa Background Color

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

This div background color is #be1caa


#be1caa Border Color

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

This div border color is #be1caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1caa


Comments

No comments written yet.

Please login to write comment.