Color Hex Logo

#7754db Color Hex

#7754DB
(119,84,219)
0 Favorites   0 Comments

Color spaces of #7754db

RGB 11984219
HSL0.710.650.59
HSV256°62°86°
CMYK 0.460.620.00   0.14
XYZ23.564315.377168.7439
Yxy15.37710.21880.1428
Hunter Lab39.213638.6405-76.4894
CIE-Lab46.146446.2329-64.4263

#7754db color RGB value is (119,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010100 11011011
Octal 167 124 333
Decimal 119 84 219
Hex 77 54 DB

RGB Percentages of Color #7754db

%28.20
%19.91
%51.90

CMYK Percentages of Color #7754db

%46
%62
%0
%14

Triadic Colors of #7754db

#7754db #db7754 #54db77

Analogous Colors of #7754db

#7754db #bb54db #5475db

Monochromatic Colors of #7754db

#7754db

Complementary Color

#7754db #b8db54

#7754db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7754db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7754db Color CSS Codes

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

#7754db Text Font Color

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

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


#7754db Background Color

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

This div background color is #7754db


#7754db Border Color

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

This div border color is #7754db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7754db


Comments

No comments written yet.

Please login to write comment.