Color Hex Logo

#be567d Color Hex

#BE567D
(190,86,125)
0 Favorites   0 Comments

Color spaces of #be567d

RGB 19086125
HSL0.940.440.54
HSV338°55°75°
CMYK 0.000.550.34   0.25
XYZ28.264719.083421.5958
Yxy19.08340.41000.2768
Hunter Lab43.684639.04481.2687
CIE-Lab50.784645.8729-1.4902

#be567d color RGB value is (190,86,125).

#be567d hex color red value is 190, green value is 86 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #be567d hue: 0.94 , saturation: 0.44 and the lightness value of be567d is 0.54.

The process color (four color CMYK) of #be567d color hex is 0.00, 0.55, 0.34, 0.25. Web safe color of #be567d is #cc6666. Color #be567d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010110 01111101
Octal 276 126 175
Decimal 190 86 125
Hex BE 56 7D

RGB Percentages of Color #be567d

%47.38
%21.45
%31.17

CMYK Percentages of Color #be567d

%0
%55
%34
%25

Triadic Colors of #be567d

#be567d #7dbe56 #567dbe

Analogous Colors of #be567d

#be567d #be6356 #be56b1

Monochromatic Colors of #be567d

#be567d

Complementary Color

#be567d #56be97

#be567d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be567d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be567d Color CSS Codes

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

#be567d Text Font Color

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

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


#be567d Background Color

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

This div background color is #be567d


#be567d Border Color

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

This div border color is #be567d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be567d


Comments

No comments written yet.

Please login to write comment.