Color Hex Logo

#be58db Color Hex

#BE58DB
(190,88,219)
0 Favorites   0 Comments

Color spaces of #be58db

RGB 19088219
HSL0.800.650.60
HSV287°60°86°
CMYK 0.130.600.00   0.14
XYZ37.511123.041169.4882
Yxy23.04110.28850.1772
Hunter Lab48.001155.4891-52.2296
CIE-Lab55.114660.2273-49.5808

#be58db color RGB value is (190,88,219).

#be58db hex color red value is 190, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be58db hue: 0.80 , saturation: 0.65 and the lightness value of be58db is 0.60.

The process color (four color CMYK) of #be58db color hex is 0.13, 0.60, 0.00, 0.14. Web safe color of #be58db is #cc66cc. Color #be58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 11011011
Octal 276 130 333
Decimal 190 88 219
Hex BE 58 DB

RGB Percentages of Color #be58db

%38.23
%17.71
%44.06

CMYK Percentages of Color #be58db

%13
%60
%0
%14

Triadic Colors of #be58db

#be58db #dbbe58 #58dbbe

Analogous Colors of #be58db

#be58db #db58b7 #7d58db

Monochromatic Colors of #be58db

#be58db

Complementary Color

#be58db #75db58

#be58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be58db Color CSS Codes

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

#be58db Text Font Color

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

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


#be58db Background Color

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

This div background color is #be58db


#be58db Border Color

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

This div border color is #be58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be58db


Comments

No comments written yet.

Please login to write comment.