Color Hex Logo

#be598b Color Hex

#BE598B
(190,89,139)
0 Favorites   0 Comments

Color spaces of #be598b

RGB 19089139
HSL0.920.440.55
HSV330°53°75°
CMYK 0.000.530.27   0.25
XYZ29.467819.956026.7249
Yxy19.95600.38700.2621
Hunter Lab44.672139.5706-4.1995
CIE-Lab51.787446.2201-8.3475

#be598b color RGB value is (190,89,139).

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

The process color (four color CMYK) of #be598b color hex is 0.00, 0.53, 0.27, 0.25. Web safe color of #be598b is #cc6699. Color #be598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10001011
Octal 276 131 213
Decimal 190 89 139
Hex BE 59 8B

RGB Percentages of Color #be598b

%45.45
%21.29
%33.25

CMYK Percentages of Color #be598b

%0
%53
%27
%25

Triadic Colors of #be598b

#be598b #8bbe59 #598bbe

Analogous Colors of #be598b

#be598b #be5a59 #be59be

Monochromatic Colors of #be598b

#be598b

Complementary Color

#be598b #59be8c

#be598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be598b Color CSS Codes

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

#be598b Text Font Color

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

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


#be598b Background Color

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

This div background color is #be598b


#be598b Border Color

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

This div border color is #be598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be598b


Comments

No comments written yet.

Please login to write comment.