Color Hex Logo

#be598a Color Hex

#BE598A
(190,89,138)
0 Favorites   0 Comments

Color spaces of #be598a

RGB 19089138
HSL0.920.440.55
HSV331°53°75°
CMYK 0.000.530.27   0.25
XYZ29.395019.926926.3417
Yxy19.92690.38850.2634
Hunter Lab44.639639.4224-3.7392
CIE-Lab51.754546.0833-7.8030

#be598a color RGB value is (190,89,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10001010
Octal 276 131 212
Decimal 190 89 138
Hex BE 59 8A

RGB Percentages of Color #be598a

%45.56
%21.34
%33.09

CMYK Percentages of Color #be598a

%0
%53
%27
%25

Triadic Colors of #be598a

#be598a #8abe59 #598abe

Analogous Colors of #be598a

#be598a #be5b59 #be59bd

Monochromatic Colors of #be598a

#be598a

Complementary Color

#be598a #59be8d

#be598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be598a Color CSS Codes

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

#be598a Text Font Color

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

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


#be598a Background Color

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

This div background color is #be598a


#be598a Border Color

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

This div border color is #be598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be598a


Comments

No comments written yet.

Please login to write comment.