Color Hex Logo

#7457db Color Hex

#7457DB
(116,87,219)
0 Favorites   0 Comments

Color spaces of #7457db

RGB 11687219
HSL0.700.650.60
HSV253°60°86°
CMYK 0.470.600.00   0.14
XYZ23.396815.643968.8043
Yxy15.64390.21690.1451
Hunter Lab39.552436.3732-75.4527
CIE-Lab46.503843.9465-63.8604

#7457db color RGB value is (116,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010111 11011011
Octal 164 127 333
Decimal 116 87 219
Hex 74 57 DB

RGB Percentages of Color #7457db

%27.49
%20.62
%51.90

CMYK Percentages of Color #7457db

%47
%60
%0
%14

Triadic Colors of #7457db

#7457db #db7457 #57db74

Analogous Colors of #7457db

#7457db #b657db #577cdb

Monochromatic Colors of #7457db

#7457db

Complementary Color

#7457db #bedb57

#7457db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7457db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7457db Color CSS Codes

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

#7457db Text Font Color

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

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


#7457db Background Color

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

This div background color is #7457db


#7457db Border Color

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

This div border color is #7457db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7457db


Comments

No comments written yet.

Please login to write comment.