Color Hex Logo

#7384fa Color Hex

#7384FA
(115,132,250)
0 Favorites   0 Comments

Color spaces of #7384fa

RGB 115132250
HSL0.650.930.72
HSV232°54°98°
CMYK 0.540.470.00   0.02
XYZ32.576827.049593.9466
Yxy27.04950.21210.1761
Hunter Lab52.009120.7905-70.6920
CIE-Lab59.020126.5504-61.0565

#7384fa color RGB value is (115,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 11111010
Octal 163 204 372
Decimal 115 132 250
Hex 73 84 FA

RGB Percentages of Color #7384fa

%23.14
%26.56
%50.30

CMYK Percentages of Color #7384fa

%54
%47
%0
%2

Triadic Colors of #7384fa

#7384fa #fa7384 #84fa73

Analogous Colors of #7384fa

#7384fa #a673fa #73c8fa

Monochromatic Colors of #7384fa

#7384fa

Complementary Color

#7384fa #fae973

#7384fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7384fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7384fa Color CSS Codes

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

#7384fa Text Font Color

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

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


#7384fa Background Color

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

This div background color is #7384fa


#7384fa Border Color

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

This div border color is #7384fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7384fa


Comments

No comments written yet.

Please login to write comment.