Color Hex Logo

#be356e Color Hex

#BE356E
(190,53,110)
0 Favorites   0 Comments

Color spaces of #be356e

RGB 19053110
HSL0.930.560.48
HSV335°72°75°
CMYK 0.000.720.42   0.25
XYZ25.322814.619116.2390
Yxy14.61910.45070.2602
Hunter Lab38.234951.30851.5830
CIE-Lab45.108058.3355-0.7041

#be356e color RGB value is (190,53,110).

#be356e hex color red value is 190, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #be356e hue: 0.93 , saturation: 0.56 and the lightness value of be356e is 0.48.

The process color (four color CMYK) of #be356e color hex is 0.00, 0.72, 0.42, 0.25. Web safe color of #be356e is #cc3366. Color #be356e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110101 01101110
Octal 276 65 156
Decimal 190 53 110
Hex BE 35 6E

RGB Percentages of Color #be356e

%53.82
%15.01
%31.16

CMYK Percentages of Color #be356e

%0
%72
%42
%25

Triadic Colors of #be356e

#be356e #6ebe35 #356ebe

Analogous Colors of #be356e

#be356e #be4035 #be35b3

Monochromatic Colors of #be356e

#be356e

Complementary Color

#be356e #35be85

#be356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be356e Color CSS Codes

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

#be356e Text Font Color

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

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


#be356e Background Color

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

This div background color is #be356e


#be356e Border Color

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

This div border color is #be356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be356e


Comments

No comments written yet.

Please login to write comment.