Color Hex Logo

#be177d Color Hex

#BE177D
(190,23,125)
0 Favorites   0 Comments

Color spaces of #be177d

RGB 19023125
HSL0.900.780.42
HSV323°88°75°
CMYK 0.000.880.34   0.25
XYZ25.243313.040620.5887
Yxy13.04060.42880.2215
Hunter Lab36.111861.5817-8.5253
CIE-Lab42.824467.8418-13.3728

#be177d color RGB value is (190,23,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01111101
Octal 276 27 175
Decimal 190 23 125
Hex BE 17 7D

RGB Percentages of Color #be177d

%56.21
%6.80
%36.98

CMYK Percentages of Color #be177d

%0
%88
%34
%25

Triadic Colors of #be177d

#be177d #7dbe17 #177dbe

Analogous Colors of #be177d

#be177d #be172a #ac17be

Monochromatic Colors of #be177d

#be177d

Complementary Color

#be177d #17be58

#be177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be177d Color CSS Codes

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

#be177d Text Font Color

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

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


#be177d Background Color

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

This div background color is #be177d


#be177d Border Color

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

This div border color is #be177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be177d


Comments

No comments written yet.

Please login to write comment.