Color Hex Logo

#7184fa Color Hex

#7184FA
(113,132,250)
0 Favorites   0 Comments

Color spaces of #7184fa

RGB 113132250
HSL0.640.930.71
HSV232°55°98°
CMYK 0.550.470.00   0.02
XYZ32.316626.915493.9344
Yxy26.91540.21100.1757
Hunter Lab51.880120.3993-71.0349
CIE-Lab58.895926.1515-61.2623

#7184fa color RGB value is (113,132,250).

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

The process color (four color CMYK) of #7184fa color hex is 0.55, 0.47, 0.00, 0.02. Web safe color of #7184fa is #6699ff. Color #7184fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 11111010
Octal 161 204 372
Decimal 113 132 250
Hex 71 84 FA

RGB Percentages of Color #7184fa

%22.83
%26.67
%50.51

CMYK Percentages of Color #7184fa

%55
%47
%0
%2

Triadic Colors of #7184fa

#7184fa #fa7184 #84fa71

Analogous Colors of #7184fa

#7184fa #a371fa #71c9fa

Monochromatic Colors of #7184fa

#7184fa

Complementary Color

#7184fa #fae771

#7184fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7184fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7184fa Color CSS Codes

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

#7184fa Text Font Color

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

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


#7184fa Background Color

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

This div background color is #7184fa


#7184fa Border Color

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

This div border color is #7184fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7184fa

Related Colors


Comments

No comments written yet.

Please login to write comment.