Color Hex Logo

#be18bf Color Hex

#BE18BF
(190,24,191)
0 Favorites   0 Comments

Color spaces of #be18bf

RGB 19024191
HSL0.830.780.42
HSV300°87°75°
CMYK 0.010.870.00   0.25
XYZ30.965815.362050.6233
Yxy15.36200.31940.1585
Hunter Lab39.194472.4350-49.1426
CIE-Lab46.126176.2624-47.8249

#be18bf color RGB value is (190,24,191).

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

The process color (four color CMYK) of #be18bf color hex is 0.01, 0.87, 0.00, 0.25. Web safe color of #be18bf is #cc00cc. Color #be18bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 10111111
Octal 276 30 277
Decimal 190 24 191
Hex BE 18 BF

RGB Percentages of Color #be18bf

%46.91
%5.93
%47.16

CMYK Percentages of Color #be18bf

%1
%87
%0
%25

Triadic Colors of #be18bf

#be18bf #bfbe18 #18bfbe

Analogous Colors of #be18bf

#be18bf #bf186d #6b18bf

Monochromatic Colors of #be18bf

#be18bf

Complementary Color

#be18bf #19bf18

#be18bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be18bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be18bf Color CSS Codes

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

#be18bf Text Font Color

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

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


#be18bf Background Color

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

This div background color is #be18bf


#be18bf Border Color

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

This div border color is #be18bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be18bf


Comments

No comments written yet.

Please login to write comment.