Color Hex Logo

#be3987 Color Hex

#BE3987
(190,57,135)
0 Favorites   0 Comments

Color spaces of #be3987

RGB 19057135
HSL0.900.540.48
HSV325°70°75°
CMYK 0.000.700.29   0.25
XYZ27.071515.622724.5103
Yxy15.62270.40280.2325
Hunter Lab39.525653.0869-9.0986
CIE-Lab46.475559.6827-13.9468

#be3987 color RGB value is (190,57,135).

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

The process color (four color CMYK) of #be3987 color hex is 0.00, 0.70, 0.29, 0.25. Web safe color of #be3987 is #cc3399. Color #be3987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 10000111
Octal 276 71 207
Decimal 190 57 135
Hex BE 39 87

RGB Percentages of Color #be3987

%49.74
%14.92
%35.34

CMYK Percentages of Color #be3987

%0
%70
%29
%25

Triadic Colors of #be3987

#be3987 #87be39 #3987be

Analogous Colors of #be3987

#be3987 #be3945 #b339be

Monochromatic Colors of #be3987

#be3987

Complementary Color

#be3987 #39be70

#be3987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3987 Color CSS Codes

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

#be3987 Text Font Color

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

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


#be3987 Background Color

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

This div background color is #be3987


#be3987 Border Color

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

This div border color is #be3987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3987


Comments

No comments written yet.

Please login to write comment.