Color Hex Logo

#be455c Color Hex

#BE455C
(190,69,92)
0 Favorites   0 Comments

Color spaces of #be455c

RGB 1906992
HSL0.970.480.51
HSV349°64°75°
CMYK 0.000.640.52   0.25
XYZ25.295115.976111.8757
Yxy15.97610.47590.3006
Hunter Lab39.970143.016110.3632
CIE-Lab46.943150.308212.9655

#be455c color RGB value is (190,69,92).

#be455c hex color red value is 190, green value is 69 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be455c hue: 0.97 , saturation: 0.48 and the lightness value of be455c is 0.51.

The process color (four color CMYK) of #be455c color hex is 0.00, 0.64, 0.52, 0.25. Web safe color of #be455c is #cc3366. Color #be455c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000101 01011100
Octal 276 105 134
Decimal 190 69 92
Hex BE 45 5C

RGB Percentages of Color #be455c

%54.13
%19.66
%26.21

CMYK Percentages of Color #be455c

%0
%64
%52
%25

Triadic Colors of #be455c

#be455c #5cbe45 #455cbe

Analogous Colors of #be455c

#be455c #be6b45 #be4599

Monochromatic Colors of #be455c

#be455c

Complementary Color

#be455c #45bea7

#be455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be455c Color CSS Codes

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

#be455c Text Font Color

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

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


#be455c Background Color

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

This div background color is #be455c


#be455c Border Color

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

This div border color is #be455c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be455c


Comments

No comments written yet.

Please login to write comment.