Color Hex Logo

#be3a7f Color Hex

#BE3A7F
(190,58,127)
0 Favorites   0 Comments

Color spaces of #be3a7f

RGB 19058127
HSL0.910.530.49
HSV329°69°75°
CMYK 0.000.690.33   0.25
XYZ26.579015.505621.6707
Yxy15.50560.41690.2432
Hunter Lab39.377251.5749-5.0655
CIE-Lab46.319158.3500-9.3242

#be3a7f color RGB value is (190,58,127).

#be3a7f hex color red value is 190, green value is 58 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #be3a7f hue: 0.91 , saturation: 0.53 and the lightness value of be3a7f is 0.49.

The process color (four color CMYK) of #be3a7f color hex is 0.00, 0.69, 0.33, 0.25. Web safe color of #be3a7f is #cc3366. Color #be3a7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111010 01111111
Octal 276 72 177
Decimal 190 58 127
Hex BE 3A 7F

RGB Percentages of Color #be3a7f

%50.67
%15.47
%33.87

CMYK Percentages of Color #be3a7f

%0
%69
%33
%25

Triadic Colors of #be3a7f

#be3a7f #7fbe3a #3a7fbe

Analogous Colors of #be3a7f

#be3a7f #be3a3d #bb3abe

Monochromatic Colors of #be3a7f

#be3a7f

Complementary Color

#be3a7f #3abe79

#be3a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3a7f Color CSS Codes

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

#be3a7f Text Font Color

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

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


#be3a7f Background Color

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

This div background color is #be3a7f


#be3a7f Border Color

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

This div border color is #be3a7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3a7f


Comments

No comments written yet.

Please login to write comment.