Color Hex Logo

#7184dc Color Hex

#7184DC
(113,132,220)
0 Favorites   0 Comments

Color spaces of #7184dc

RGB 113132220
HSL0.640.600.65
HSV229°49°86°
CMYK 0.490.400.00   0.14
XYZ27.979625.180571.0958
Yxy25.18050.22520.2027
Hunter Lab50.180211.7132-48.8766
CIE-Lab57.250916.8753-47.2154

#7184dc color RGB value is (113,132,220).

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

The process color (four color CMYK) of #7184dc color hex is 0.49, 0.40, 0.00, 0.14. Web safe color of #7184dc is #6699cc. Color #7184dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 11011100
Octal 161 204 334
Decimal 113 132 220
Hex 71 84 DC

RGB Percentages of Color #7184dc

%24.30
%28.39
%47.31

CMYK Percentages of Color #7184dc

%49
%40
%0
%14

Triadic Colors of #7184dc

#7184dc #dc7184 #84dc71

Analogous Colors of #7184dc

#7184dc #9471dc #71badc

Monochromatic Colors of #7184dc

#7184dc

Complementary Color

#7184dc #dcc971

#7184dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7184dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7184dc Color CSS Codes

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

#7184dc Text Font Color

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

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


#7184dc Background Color

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

This div background color is #7184dc


#7184dc Border Color

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

This div border color is #7184dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7184dc


Comments

No comments written yet.

Please login to write comment.