Color Hex Logo

#7857db Color Hex

#7857DB
(120,87,219)
0 Favorites   0 Comments

Color spaces of #7857db

RGB 12087219
HSL0.710.650.60
HSV255°60°86°
CMYK 0.450.600.00   0.14
XYZ23.940115.923968.8297
Yxy15.92390.22030.1465
Hunter Lab39.904837.2543-74.3330
CIE-Lab46.874544.7556-63.2423

#7857db color RGB value is (120,87,219).

#7857db hex color red value is 120, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7857db hue: 0.71 , saturation: 0.65 and the lightness value of 7857db is 0.60.

The process color (four color CMYK) of #7857db color hex is 0.45, 0.60, 0.00, 0.14. Web safe color of #7857db is #6666cc. Color #7857db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010111 11011011
Octal 170 127 333
Decimal 120 87 219
Hex 78 57 DB

RGB Percentages of Color #7857db

%28.17
%20.42
%51.41

CMYK Percentages of Color #7857db

%45
%60
%0
%14

Triadic Colors of #7857db

#7857db #db7857 #57db78

Analogous Colors of #7857db

#7857db #ba57db #5778db

Monochromatic Colors of #7857db

#7857db

Complementary Color

#7857db #badb57

#7857db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7857db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7857db Color CSS Codes

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

#7857db Text Font Color

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

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


#7857db Background Color

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

This div background color is #7857db


#7857db Border Color

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

This div border color is #7857db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,87,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7857db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7857db;
  -webkit-box-shadow: 1px 1px 3px 2px #7857db;
  box-shadow:         1px 1px 3px 2px #7857db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,87,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 #7857db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7857db


Comments

No comments written yet.

Please login to write comment.