Color Hex Logo

#be397b Color Hex

#BE397B
(190,57,123)
0 Favorites   0 Comments

Color spaces of #be397b

RGB 19057123
HSL0.920.540.48
HSV330°70°75°
CMYK 0.000.700.35   0.25
XYZ26.273515.303520.3080
Yxy15.30350.42460.2473
Hunter Lab39.119751.4244-3.3951
CIE-Lab46.047158.2646-7.2923

#be397b color RGB value is (190,57,123).

#be397b hex color red value is 190, green value is 57 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #be397b hue: 0.92 , saturation: 0.54 and the lightness value of be397b is 0.48.

The process color (four color CMYK) of #be397b color hex is 0.00, 0.70, 0.35, 0.25. Web safe color of #be397b is #cc3366. Color #be397b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01111011
Octal 276 71 173
Decimal 190 57 123
Hex BE 39 7B

RGB Percentages of Color #be397b

%51.35
%15.41
%33.24

CMYK Percentages of Color #be397b

%0
%70
%35
%25

Triadic Colors of #be397b

#be397b #7bbe39 #397bbe

Analogous Colors of #be397b

#be397b #be3939 #be39be

Monochromatic Colors of #be397b

#be397b

Complementary Color

#be397b #39be7c

#be397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be397b Color CSS Codes

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

#be397b Text Font Color

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

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


#be397b Background Color

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

This div background color is #be397b


#be397b Border Color

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

This div border color is #be397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be397b


Comments

No comments written yet.

Please login to write comment.