Color Hex Logo

#be387c Color Hex

#BE387C
(190,56,124)
0 Favorites   0 Comments

Color spaces of #be387c

RGB 19056124
HSL0.920.540.48
HSV330°71°75°
CMYK 0.000.710.35   0.25
XYZ26.287515.230720.6231
Yxy15.23070.42300.2451
Hunter Lab39.026551.9377-4.0125
CIE-Lab45.948658.7472-8.0501

#be387c color RGB value is (190,56,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 01111100
Octal 276 70 174
Decimal 190 56 124
Hex BE 38 7C

RGB Percentages of Color #be387c

%51.35
%15.14
%33.51

CMYK Percentages of Color #be387c

%0
%71
%35
%25

Triadic Colors of #be387c

#be387c #7cbe38 #387cbe

Analogous Colors of #be387c

#be387c #be3839 #bd38be

Monochromatic Colors of #be387c

#be387c

Complementary Color

#be387c #38be7a

#be387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be387c Color CSS Codes

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

#be387c Text Font Color

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

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


#be387c Background Color

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

This div background color is #be387c


#be387c Border Color

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

This div border color is #be387c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be387c


Comments

No comments written yet.

Please login to write comment.