Color Hex Logo

#be177e Color Hex

#BE177E
(190,23,126)
0 Favorites   0 Comments

Color spaces of #be177e

RGB 19023126
HSL0.900.780.42
HSV323°88°75°
CMYK 0.000.880.34   0.25
XYZ25.307513.066320.9269
Yxy13.06630.42680.2203
Hunter Lab36.147361.7137-9.0218
CIE-Lab42.863067.9476-13.9314

#be177e color RGB value is (190,23,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01111110
Octal 276 27 176
Decimal 190 23 126
Hex BE 17 7E

RGB Percentages of Color #be177e

%56.05
%6.78
%37.17

CMYK Percentages of Color #be177e

%0
%88
%34
%25

Triadic Colors of #be177e

#be177e #7ebe17 #177ebe

Analogous Colors of #be177e

#be177e #be172a #ab17be

Monochromatic Colors of #be177e

#be177e

Complementary Color

#be177e #17be57

#be177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be177e Color CSS Codes

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

#be177e Text Font Color

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

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


#be177e Background Color

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

This div background color is #be177e


#be177e Border Color

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

This div border color is #be177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be177e


Comments

No comments written yet.

Please login to write comment.