Color Hex Logo

#be196b Color Hex

#BE196B
(190,25,107)
0 Favorites   0 Comments

Color spaces of #be196b

RGB 19025107
HSL0.920.770.42
HSV330°87°75°
CMYK 0.000.870.44   0.25
XYZ24.236712.703915.0846
Yxy12.70390.46590.2442
Hunter Lab35.642559.0045-0.1429
CIE-Lab42.313765.7130-2.9467

#be196b color RGB value is (190,25,107).

#be196b hex color red value is 190, green value is 25 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #be196b hue: 0.92 , saturation: 0.77 and the lightness value of be196b is 0.42.

The process color (four color CMYK) of #be196b color hex is 0.00, 0.87, 0.44, 0.25. Web safe color of #be196b is #cc0066. Color #be196b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 01101011
Octal 276 31 153
Decimal 190 25 107
Hex BE 19 6B

RGB Percentages of Color #be196b

%59.01
%7.76
%33.23

CMYK Percentages of Color #be196b

%0
%87
%44
%25

Triadic Colors of #be196b

#be196b #6bbe19 #196bbe

Analogous Colors of #be196b

#be196b #be1a19 #be19be

Monochromatic Colors of #be196b

#be196b

Complementary Color

#be196b #19be6c

#be196b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be196b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be196b Color CSS Codes

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

#be196b Text Font Color

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

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


#be196b Background Color

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

This div background color is #be196b


#be196b Border Color

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

This div border color is #be196b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be196b


Comments

No comments written yet.

Please login to write comment.