Color Hex Logo

#be1f7e Color Hex

#BE1F7E
(190,31,126)
0 Favorites   0 Comments

Color spaces of #be1f7e

RGB 19031126
HSL0.900.720.43
HSV324°84°75°
CMYK 0.000.840.34   0.25
XYZ25.491113.433520.9881
Yxy13.43350.42550.2242
Hunter Lab36.651760.0053-8.2954
CIE-Lab43.409366.3688-13.1018

#be1f7e color RGB value is (190,31,126).

#be1f7e hex color red value is 190, green value is 31 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be1f7e hue: 0.90 , saturation: 0.72 and the lightness value of be1f7e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011111 01111110
Octal 276 37 176
Decimal 190 31 126
Hex BE 1F 7E

RGB Percentages of Color #be1f7e

%54.76
%8.93
%36.31

CMYK Percentages of Color #be1f7e

%0
%84
%34
%25

Triadic Colors of #be1f7e

#be1f7e #7ebe1f #1f7ebe

Analogous Colors of #be1f7e

#be1f7e #be1f2f #af1fbe

Monochromatic Colors of #be1f7e

#be1f7e

Complementary Color

#be1f7e #1fbe5f

#be1f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1f7e Color CSS Codes

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

#be1f7e Text Font Color

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

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


#be1f7e Background Color

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

This div background color is #be1f7e


#be1f7e Border Color

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

This div border color is #be1f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1f7e


Comments

No comments written yet.

Please login to write comment.