Color Hex Logo

#be167d Color Hex

#BE167D
(190,22,125)
0 Favorites   0 Comments

Color spaces of #be167d

RGB 19022125
HSL0.900.790.42
HSV323°88°75°
CMYK 0.000.880.34   0.25
XYZ25.223813.001620.5822
Yxy13.00160.42890.2211
Hunter Lab36.057761.7667-8.6031
CIE-Lab42.765768.0121-13.4619

#be167d color RGB value is (190,22,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010110 01111101
Octal 276 26 175
Decimal 190 22 125
Hex BE 16 7D

RGB Percentages of Color #be167d

%56.38
%6.53
%37.09

CMYK Percentages of Color #be167d

%0
%88
%34
%25

Triadic Colors of #be167d

#be167d #7dbe16 #167dbe

Analogous Colors of #be167d

#be167d #be1629 #ab16be

Monochromatic Colors of #be167d

#be167d

Complementary Color

#be167d #16be57

#be167d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be167d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be167d Color CSS Codes

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

#be167d Text Font Color

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

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


#be167d Background Color

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

This div background color is #be167d


#be167d Border Color

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

This div border color is #be167d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be167d


Comments

No comments written yet.

Please login to write comment.