Color Hex Logo

#be18ba Color Hex

#BE18BA
(190,24,186)
0 Favorites   0 Comments

Color spaces of #be18ba

RGB 19024186
HSL0.840.780.42
HSV301°87°75°
CMYK 0.000.870.02   0.25
XYZ30.424815.145647.7742
Yxy15.14560.32590.1623
Hunter Lab38.917371.4423-45.5411
CIE-Lab45.833075.5103-45.3672

#be18ba color RGB value is (190,24,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 10111010
Octal 276 30 272
Decimal 190 24 186
Hex BE 18 BA

RGB Percentages of Color #be18ba

%47.50
%6.00
%46.50

CMYK Percentages of Color #be18ba

%0
%87
%2
%25

Triadic Colors of #be18ba

#be18ba #babe18 #18babe

Analogous Colors of #be18ba

#be18ba #be1867 #6f18be

Monochromatic Colors of #be18ba

#be18ba

Complementary Color

#be18ba #18be1c

#be18ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be18ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be18ba Color CSS Codes

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

#be18ba Text Font Color

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

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


#be18ba Background Color

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

This div background color is #be18ba


#be18ba Border Color

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

This div border color is #be18ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be18ba


Comments

No comments written yet.

Please login to write comment.