Color Hex Logo

#7084ff Color Hex

#7084FF
(112,132,255)
0 Favorites   0 Comments

Color spaces of #7084ff

RGB 112132255
HSL0.641.000.72
HSV232°56°100°
CMYK 0.560.480.00   0.00
XYZ32.983427.167398.1131
Yxy27.16730.20840.1717
Hunter Lab52.122321.7423-75.1198
CIE-Lab59.128927.5314-63.6431

#7084ff color RGB value is (112,132,255).

#7084ff hex color red value is 112, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7084ff hue: 0.64 , saturation: 1.00 and the lightness value of 7084ff is 0.72.

The process color (four color CMYK) of #7084ff color hex is 0.56, 0.48, 0.00, 0.00. Web safe color of #7084ff is #6699ff. Color #7084ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 11111111
Octal 160 204 377
Decimal 112 132 255
Hex 70 84 FF

RGB Percentages of Color #7084ff

%22.44
%26.45
%51.10

CMYK Percentages of Color #7084ff

%56
%48
%0
%0

Triadic Colors of #7084ff

#7084ff #ff7084 #84ff70

Analogous Colors of #7084ff

#7084ff #a470ff #70ccff

Monochromatic Colors of #7084ff

#7084ff

Complementary Color

#7084ff #ffeb70

#7084ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7084ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7084ff Color CSS Codes

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

#7084ff Text Font Color

<p style="color:#7084ff">Text here</p>

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


#7084ff Background Color

<div style="background-color:#7084ff">
Div content here</div>

This div background color is #7084ff


#7084ff Border Color

<div style="border:3px solid #7084ff">
Div here</div>

This div border color is #7084ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,132,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7084ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7084ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7084ff;
  box-shadow:         1px 1px 3px 2px #7084ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,132,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7084ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7084ff

Related Colors


Comments

No comments written yet.

Please login to write comment.