Color Hex Logo

#7184ff Color Hex

#7184FF
(113,132,255)
0 Favorites   0 Comments

Color spaces of #7184ff

RGB 113132255
HSL0.641.000.72
HSV232°56°100°
CMYK 0.560.480.00   0.00
XYZ33.111327.233298.1191
Yxy27.23320.20900.1719
Hunter Lab52.185421.9325-74.9473
CIE-Lab59.189627.7234-63.5424

#7184ff color RGB value is (113,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 11111111
Octal 161 204 377
Decimal 113 132 255
Hex 71 84 FF

RGB Percentages of Color #7184ff

%22.60
%26.40
%51.00

CMYK Percentages of Color #7184ff

%56
%48
%0
%0

Triadic Colors of #7184ff

#7184ff #ff7184 #84ff71

Analogous Colors of #7184ff

#7184ff #a571ff #71cbff

Monochromatic Colors of #7184ff

#7184ff

Complementary Color

#7184ff #ffec71

#7184ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7184ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7184ff Color CSS Codes

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

#7184ff Text Font Color

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

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


#7184ff Background Color

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

This div background color is #7184ff


#7184ff Border Color

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

This div border color is #7184ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7184ff

Related Colors


Comments

No comments written yet.

Please login to write comment.