Color Hex Logo

#be597d Color Hex

#BE597D
(190,89,125)
0 Favorites   0 Comments

Color spaces of #be597d

RGB 19089125
HSL0.940.440.55
HSV339°53°75°
CMYK 0.000.530.34   0.25
XYZ28.509319.572621.6773
Yxy19.57260.40870.2806
Hunter Lab44.240937.60561.9176
CIE-Lab51.350544.3938-0.6611

#be597d color RGB value is (190,89,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 01111101
Octal 276 131 175
Decimal 190 89 125
Hex BE 59 7D

RGB Percentages of Color #be597d

%47.03
%22.03
%30.94

CMYK Percentages of Color #be597d

%0
%53
%34
%25

Triadic Colors of #be597d

#be597d #7dbe59 #597dbe

Analogous Colors of #be597d

#be597d #be6859 #be59b0

Monochromatic Colors of #be597d

#be597d

Complementary Color

#be597d #59be9a

#be597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be597d Color CSS Codes

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

#be597d Text Font Color

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

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


#be597d Background Color

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

This div background color is #be597d


#be597d Border Color

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

This div border color is #be597d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,89,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 #be597d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be597d


Comments

No comments written yet.

Please login to write comment.