Color Hex Logo

#be24db Color Hex

#BE24DB
(190,36,219)
0 Favorites   0 Comments

Color spaces of #be24db

RGB 19036219
HSL0.810.720.50
HSV290°84°86°
CMYK 0.130.840.00   0.14
XYZ34.652317.323468.5352
Yxy17.32340.28750.1437
Hunter Lab41.621475.7745-68.4940
CIE-Lab48.665078.4633-59.9101

#be24db color RGB value is (190,36,219).

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

The process color (four color CMYK) of #be24db color hex is 0.13, 0.84, 0.00, 0.14. Web safe color of #be24db is #cc33cc. Color #be24db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 11011011
Octal 276 44 333
Decimal 190 36 219
Hex BE 24 DB

RGB Percentages of Color #be24db

%42.70
%8.09
%49.21

CMYK Percentages of Color #be24db

%13
%84
%0
%14

Triadic Colors of #be24db

#be24db #dbbe24 #24dbbe

Analogous Colors of #be24db

#be24db #db249d #6224db

Monochromatic Colors of #be24db

#be24db

Complementary Color

#be24db #41db24

#be24db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be24db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be24db Color CSS Codes

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

#be24db Text Font Color

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

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


#be24db Background Color

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

This div background color is #be24db


#be24db Border Color

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

This div border color is #be24db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be24db


Comments

No comments written yet.

Please login to write comment.