Color Hex Logo

#be75db Color Hex

#BE75DB
(190,117,219)
0 Favorites   0 Comments

Color spaces of #be75db

RGB 190117219
HSL0.790.590.66
HSV283°47°86°
CMYK 0.130.470.00   0.14
XYZ40.382728.784270.4453
Yxy28.78420.28920.2062
Hunter Lab53.650940.4667-40.2940
CIE-Lab60.590745.7532-40.9263

#be75db color RGB value is (190,117,219).

#be75db hex color red value is 190, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be75db hue: 0.79 , saturation: 0.59 and the lightness value of be75db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 11011011
Octal 276 165 333
Decimal 190 117 219
Hex BE 75 DB

RGB Percentages of Color #be75db

%36.12
%22.24
%41.63

CMYK Percentages of Color #be75db

%13
%47
%0
%14

Triadic Colors of #be75db

#be75db #dbbe75 #75dbbe

Analogous Colors of #be75db

#be75db #db75c5 #8b75db

Monochromatic Colors of #be75db

#be75db

Complementary Color

#be75db #92db75

#be75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be75db Color CSS Codes

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

#be75db Text Font Color

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

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


#be75db Background Color

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

This div background color is #be75db


#be75db Border Color

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

This div border color is #be75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be75db


Comments

No comments written yet.

Please login to write comment.