Color Hex Logo

#be167f Color Hex

#BE167F
(190,22,127)
0 Favorites   0 Comments

Color spaces of #be167f

RGB 19022127
HSL0.900.790.42
HSV323°88°75°
CMYK 0.000.880.33   0.25
XYZ25.352913.053321.2620
Yxy13.05330.42490.2188
Hunter Lab36.129462.0317-9.6014
CIE-Lab42.843468.2240-14.5778

#be167f color RGB value is (190,22,127).

#be167f hex color red value is 190, green value is 22 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #be167f hue: 0.90 , saturation: 0.79 and the lightness value of be167f is 0.42.

The process color (four color CMYK) of #be167f color hex is 0.00, 0.88, 0.33, 0.25. Web safe color of #be167f is #cc0066. Color #be167f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010110 01111111
Octal 276 26 177
Decimal 190 22 127
Hex BE 16 7F

RGB Percentages of Color #be167f

%56.05
%6.49
%37.46

CMYK Percentages of Color #be167f

%0
%88
%33
%25

Triadic Colors of #be167f

#be167f #7fbe16 #167fbe

Analogous Colors of #be167f

#be167f #be162b #a916be

Monochromatic Colors of #be167f

#be167f

Complementary Color

#be167f #16be55

#be167f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be167f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be167f Color CSS Codes

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

#be167f Text Font Color

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

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


#be167f Background Color

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

This div background color is #be167f


#be167f Border Color

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

This div border color is #be167f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be167f


Comments

No comments written yet.

Please login to write comment.