Color Hex Logo

#be34a9 Color Hex

#BE34A9
(190,52,169)
0 Favorites   0 Comments

Color spaces of #be34a9

RGB 19052169
HSL0.860.570.47
HSV309°73°75°
CMYK 0.000.730.11   0.25
XYZ29.624616.267739.1147
Yxy16.26770.34850.1914
Hunter Lab40.333260.5244-29.2655
CIE-Lab47.323866.0593-32.9961

#be34a9 color RGB value is (190,52,169).

#be34a9 hex color red value is 190, green value is 52 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #be34a9 hue: 0.86 , saturation: 0.57 and the lightness value of be34a9 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 10101001
Octal 276 64 251
Decimal 190 52 169
Hex BE 34 A9

RGB Percentages of Color #be34a9

%46.23
%12.65
%41.12

CMYK Percentages of Color #be34a9

%0
%73
%11
%25

Triadic Colors of #be34a9

#be34a9 #a9be34 #34a9be

Analogous Colors of #be34a9

#be34a9 #be3464 #8e34be

Monochromatic Colors of #be34a9

#be34a9

Complementary Color

#be34a9 #34be49

#be34a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be34a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be34a9 Color CSS Codes

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

#be34a9 Text Font Color

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

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


#be34a9 Background Color

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

This div background color is #be34a9


#be34a9 Border Color

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

This div border color is #be34a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be34a9


Comments

No comments written yet.

Please login to write comment.