Color Hex Logo

#7054db Color Hex

#7054DB
(112,84,219)
0 Favorites   0 Comments

Color spaces of #7054db

RGB 11284219
HSL0.700.650.59
HSV252°62°86°
CMYK 0.490.620.00   0.14
XYZ22.638614.899968.7006
Yxy14.89990.21310.1402
Hunter Lab38.600437.1371-78.5035
CIE-Lab45.496844.8648-65.5103

#7054db color RGB value is (112,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010100 11011011
Octal 160 124 333
Decimal 112 84 219
Hex 70 54 DB

RGB Percentages of Color #7054db

%26.99
%20.24
%52.77

CMYK Percentages of Color #7054db

%49
%62
%0
%14

Triadic Colors of #7054db

#7054db #db7054 #54db70

Analogous Colors of #7054db

#7054db #b454db #547cdb

Monochromatic Colors of #7054db

#7054db

Complementary Color

#7054db #bfdb54

#7054db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7054db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7054db Color CSS Codes

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

#7054db Text Font Color

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

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


#7054db Background Color

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

This div background color is #7054db


#7054db Border Color

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

This div border color is #7054db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7054db


Comments

No comments written yet.

Please login to write comment.