Color Hex Logo

#be214f Color Hex

#BE214F
(190,33,79)
0 Favorites   0 Comments

Color spaces of #be214f

RGB 1903379
HSL0.950.700.44
HSV342°83°75°
CMYK 0.000.830.58   0.25
XYZ23.190312.59948.6068
Yxy12.59940.52230.2838
Hunter Lab35.495654.501710.4706
CIE-Lab42.153361.773814.4308

#be214f color RGB value is (190,33,79).

#be214f hex color red value is 190, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be214f hue: 0.95 , saturation: 0.70 and the lightness value of be214f is 0.44.

The process color (four color CMYK) of #be214f color hex is 0.00, 0.83, 0.58, 0.25. Web safe color of #be214f is #cc3366. Color #be214f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 01001111
Octal 276 41 117
Decimal 190 33 79
Hex BE 21 4F

RGB Percentages of Color #be214f

%62.91
%10.93
%26.16

CMYK Percentages of Color #be214f

%0
%83
%58
%25

Triadic Colors of #be214f

#be214f #4fbe21 #214fbe

Analogous Colors of #be214f

#be214f #be4121 #be219e

Monochromatic Colors of #be214f

#be214f

Complementary Color

#be214f #21be90

#be214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be214f Color CSS Codes

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

#be214f Text Font Color

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

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


#be214f Background Color

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

This div background color is #be214f


#be214f Border Color

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

This div border color is #be214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be214f


Comments

No comments written yet.

Please login to write comment.