Color Hex Logo

#be3465 Color Hex

#BE3465
(190,52,101)
0 Favorites   0 Comments

Color spaces of #be3465

RGB 19052101
HSL0.940.570.47
HSV339°73°75°
CMYK 0.000.730.47   0.25
XYZ24.812214.342713.7726
Yxy14.34270.46880.2710
Hunter Lab37.871850.67114.9486
CIE-Lab44.720457.82894.2947

#be3465 color RGB value is (190,52,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 01100101
Octal 276 64 145
Decimal 190 52 101
Hex BE 34 65

RGB Percentages of Color #be3465

%55.39
%15.16
%29.45

CMYK Percentages of Color #be3465

%0
%73
%47
%25

Triadic Colors of #be3465

#be3465 #65be34 #3465be

Analogous Colors of #be3465

#be3465 #be4834 #be34aa

Monochromatic Colors of #be3465

#be3465

Complementary Color

#be3465 #34be8d

#be3465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3465 Color CSS Codes

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

#be3465 Text Font Color

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

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


#be3465 Background Color

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

This div background color is #be3465


#be3465 Border Color

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

This div border color is #be3465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3465


Comments

No comments written yet.

Please login to write comment.