Color Hex Logo

#be17db Color Hex

#BE17DB
(190,23,219)
0 Favorites   0 Comments

Color spaces of #be17db

RGB 19023219
HSL0.810.810.47
HSV291°89°86°
CMYK 0.130.890.00   0.14
XYZ34.327816.674468.4270
Yxy16.67440.28740.1396
Hunter Lab40.834378.5980-70.7696
CIE-Lab47.847180.8700-61.2300

#be17db color RGB value is (190,23,219).

#be17db hex color red value is 190, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be17db hue: 0.81 , saturation: 0.81 and the lightness value of be17db is 0.47.

The process color (four color CMYK) of #be17db color hex is 0.13, 0.89, 0.00, 0.14. Web safe color of #be17db is #cc00cc. Color #be17db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 11011011
Octal 276 27 333
Decimal 190 23 219
Hex BE 17 DB

RGB Percentages of Color #be17db

%43.98
%5.32
%50.69

CMYK Percentages of Color #be17db

%13
%89
%0
%14

Triadic Colors of #be17db

#be17db #dbbe17 #17dbbe

Analogous Colors of #be17db

#be17db #db1796 #5c17db

Monochromatic Colors of #be17db

#be17db

Complementary Color

#be17db #34db17

#be17db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be17db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be17db Color CSS Codes

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

#be17db Text Font Color

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

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


#be17db Background Color

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

This div background color is #be17db


#be17db Border Color

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

This div border color is #be17db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be17db


Comments

No comments written yet.

Please login to write comment.