Color Hex Logo

#be3164 Color Hex

#BE3164
(190,49,100)
0 Favorites   0 Comments

Color spaces of #be3164

RGB 19049100
HSL0.940.590.47
HSV338°74°75°
CMYK 0.000.740.47   0.25
XYZ24.633814.063913.4728
Yxy14.06390.47220.2696
Hunter Lab37.501951.62284.9510
CIE-Lab44.324458.76824.3457

#be3164 color RGB value is (190,49,100).

#be3164 hex color red value is 190, green value is 49 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #be3164 hue: 0.94 , saturation: 0.59 and the lightness value of be3164 is 0.47.

The process color (four color CMYK) of #be3164 color hex is 0.00, 0.74, 0.47, 0.25. Web safe color of #be3164 is #cc3366. Color #be3164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 01100100
Octal 276 61 144
Decimal 190 49 100
Hex BE 31 64

RGB Percentages of Color #be3164

%56.05
%14.45
%29.50

CMYK Percentages of Color #be3164

%0
%74
%47
%25

Triadic Colors of #be3164

#be3164 #64be31 #3164be

Analogous Colors of #be3164

#be3164 #be4531 #be31ab

Monochromatic Colors of #be3164

#be3164

Complementary Color

#be3164 #31be8b

#be3164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3164 Color CSS Codes

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

#be3164 Text Font Color

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

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


#be3164 Background Color

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

This div background color is #be3164


#be3164 Border Color

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

This div border color is #be3164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3164


Comments

No comments written yet.

Please login to write comment.