Color Hex Logo

#7184d2 Color Hex

#7184D2
(113,132,210)
0 Favorites   0 Comments

Color spaces of #7184d2

RGB 113132210
HSL0.630.520.63
HSV228°46°82°
CMYK 0.460.370.00   0.18
XYZ26.694224.666464.3269
Yxy24.66640.23070.2132
Hunter Lab49.66539.0263-42.0272
CIE-Lab56.748913.8654-42.3897

#7184d2 color RGB value is (113,132,210).

#7184d2 hex color red value is 113, green value is 132 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #7184d2 hue: 0.63 , saturation: 0.52 and the lightness value of 7184d2 is 0.63.

The process color (four color CMYK) of #7184d2 color hex is 0.46, 0.37, 0.00, 0.18. Web safe color of #7184d2 is #6699cc. Color #7184d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 11010010
Octal 161 204 322
Decimal 113 132 210
Hex 71 84 D2

RGB Percentages of Color #7184d2

%24.84
%29.01
%46.15

CMYK Percentages of Color #7184d2

%46
%37
%0
%18

Triadic Colors of #7184d2

#7184d2 #d27184 #84d271

Analogous Colors of #7184d2

#7184d2 #8f71d2 #71b5d2

Monochromatic Colors of #7184d2

#7184d2

Complementary Color

#7184d2 #d2bf71

#7184d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7184d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7184d2 Color CSS Codes

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

#7184d2 Text Font Color

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

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


#7184d2 Background Color

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

This div background color is #7184d2


#7184d2 Border Color

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

This div border color is #7184d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7184d2


Comments

No comments written yet.

Please login to write comment.