Color Hex Logo

#7844db Color Hex

#7844DB
(120,68,219)
0 Favorites   0 Comments

Color spaces of #7844db

RGB 12068219
HSL0.720.680.56
HSV261°69°86°
CMYK 0.450.690.00   0.14
XYZ22.599013.241868.3827
Yxy13.24180.21680.1271
Hunter Lab36.389347.1734-85.9452
CIE-Lab43.125354.9058-69.3340

#7844db color RGB value is (120,68,219).

#7844db hex color red value is 120, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7844db hue: 0.72 , saturation: 0.68 and the lightness value of 7844db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000100 11011011
Octal 170 104 333
Decimal 120 68 219
Hex 78 44 DB

RGB Percentages of Color #7844db

%29.48
%16.71
%53.81

CMYK Percentages of Color #7844db

%45
%69
%0
%14

Triadic Colors of #7844db

#7844db #db7844 #44db78

Analogous Colors of #7844db

#7844db #c444db #445cdb

Monochromatic Colors of #7844db

#7844db

Complementary Color

#7844db #a7db44

#7844db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7844db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7844db Color CSS Codes

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

#7844db Text Font Color

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

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


#7844db Background Color

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

This div background color is #7844db


#7844db Border Color

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

This div border color is #7844db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7844db


Comments

No comments written yet.

Please login to write comment.