Color Hex Logo

#be387d Color Hex

#BE387D
(190,56,125)
0 Favorites   0 Comments

Color spaces of #be387d

RGB 19056125
HSL0.910.540.48
HSV329°71°75°
CMYK 0.000.710.34   0.25
XYZ26.351015.256220.9579
Yxy15.25620.42120.2438
Hunter Lab39.059252.0702-4.4717
CIE-Lab45.983158.8604-8.6088

#be387d color RGB value is (190,56,125).

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

The process color (four color CMYK) of #be387d color hex is 0.00, 0.71, 0.34, 0.25. Web safe color of #be387d is #cc3366. Color #be387d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 01111101
Octal 276 70 175
Decimal 190 56 125
Hex BE 38 7D

RGB Percentages of Color #be387d

%51.21
%15.09
%33.69

CMYK Percentages of Color #be387d

%0
%71
%34
%25

Triadic Colors of #be387d

#be387d #7dbe38 #387dbe

Analogous Colors of #be387d

#be387d #be383a #bc38be

Monochromatic Colors of #be387d

#be387d

Complementary Color

#be387d #38be79

#be387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be387d Color CSS Codes

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

#be387d Text Font Color

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

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


#be387d Background Color

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

This div background color is #be387d


#be387d Border Color

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

This div border color is #be387d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be387d


Comments

No comments written yet.

Please login to write comment.