Color Hex Logo

#be47db Color Hex

#BE47DB
(190,71,219)
0 Favorites   0 Comments

Color spaces of #be47db

RGB 19071219
HSL0.800.670.57
HSV288°68°86°
CMYK 0.130.680.00   0.14
XYZ36.274620.568169.0760
Yxy20.56810.28810.1633
Hunter Lab45.352163.4061-58.5585
CIE-Lab52.473567.5364-53.7933

#be47db color RGB value is (190,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 11011011
Octal 276 107 333
Decimal 190 71 219
Hex BE 47 DB

RGB Percentages of Color #be47db

%39.58
%14.79
%45.63

CMYK Percentages of Color #be47db

%13
%68
%0
%14

Triadic Colors of #be47db

#be47db #dbbe47 #47dbbe

Analogous Colors of #be47db

#be47db #db47ae #7447db

Monochromatic Colors of #be47db

#be47db

Complementary Color

#be47db #64db47

#be47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be47db Color CSS Codes

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

#be47db Text Font Color

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

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


#be47db Background Color

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

This div background color is #be47db


#be47db Border Color

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

This div border color is #be47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be47db


Comments

No comments written yet.

Please login to write comment.