Color Hex Logo

#be19bb Color Hex

#BE19BB
(190,25,187)
0 Favorites   0 Comments

Color spaces of #be19bb

RGB 19025187
HSL0.840.770.42
HSV301°87°75°
CMYK 0.000.870.02   0.25
XYZ30.552515.230348.3431
Yxy15.23030.32460.1618
Hunter Lab39.026071.4477-46.1267
CIE-Lab45.948075.4923-45.7697

#be19bb color RGB value is (190,25,187).

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

The process color (four color CMYK) of #be19bb color hex is 0.00, 0.87, 0.02, 0.25. Web safe color of #be19bb is #cc00cc. Color #be19bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 10111011
Octal 276 31 273
Decimal 190 25 187
Hex BE 19 BB

RGB Percentages of Color #be19bb

%47.26
%6.22
%46.52

CMYK Percentages of Color #be19bb

%0
%87
%2
%25

Triadic Colors of #be19bb

#be19bb #bbbe19 #19bbbe

Analogous Colors of #be19bb

#be19bb #be1969 #6f19be

Monochromatic Colors of #be19bb

#be19bb

Complementary Color

#be19bb #19be1c

#be19bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be19bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be19bb Color CSS Codes

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

#be19bb Text Font Color

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

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


#be19bb Background Color

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

This div background color is #be19bb


#be19bb Border Color

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

This div border color is #be19bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be19bb


Comments

No comments written yet.

Please login to write comment.