Color Hex Logo

#be18bb Color Hex

#BE18BB
(190,24,187)
0 Favorites   0 Comments

Color spaces of #be18bb

RGB 19024187
HSL0.840.780.42
HSV301°87°75°
CMYK 0.000.870.02   0.25
XYZ30.531515.188348.3362
Yxy15.18830.32460.1615
Hunter Lab38.972271.6388-46.2554
CIE-Lab45.891075.6595-45.8607

#be18bb color RGB value is (190,24,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 10111011
Octal 276 30 273
Decimal 190 24 187
Hex BE 18 BB

RGB Percentages of Color #be18bb

%47.38
%5.99
%46.63

CMYK Percentages of Color #be18bb

%0
%87
%2
%25

Triadic Colors of #be18bb

#be18bb #bbbe18 #18bbbe

Analogous Colors of #be18bb

#be18bb #be1868 #6e18be

Monochromatic Colors of #be18bb

#be18bb

Complementary Color

#be18bb #18be1b

#be18bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be18bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be18bb Color CSS Codes

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

#be18bb Text Font Color

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

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


#be18bb Background Color

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

This div background color is #be18bb


#be18bb Border Color

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

This div border color is #be18bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be18bb


Comments

No comments written yet.

Please login to write comment.