Color Hex Logo

#7284fa Color Hex

#7284FA
(114,132,250)
0 Favorites   0 Comments

Color spaces of #7284fa

RGB 114132250
HSL0.640.930.71
HSV232°54°98°
CMYK 0.540.470.00   0.02
XYZ32.446026.982193.9404
Yxy26.98210.21160.1759
Hunter Lab51.944320.5941-70.8640
CIE-Lab58.957826.3502-61.1598

#7284fa color RGB value is (114,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000100 11111010
Octal 162 204 372
Decimal 114 132 250
Hex 72 84 FA

RGB Percentages of Color #7284fa

%22.98
%26.61
%50.40

CMYK Percentages of Color #7284fa

%54
%47
%0
%2

Triadic Colors of #7284fa

#7284fa #fa7284 #84fa72

Analogous Colors of #7284fa

#7284fa #a472fa #72c8fa

Monochromatic Colors of #7284fa

#7284fa

Complementary Color

#7284fa #fae872

#7284fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7284fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7284fa Color CSS Codes

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

#7284fa Text Font Color

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

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


#7284fa Background Color

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

This div background color is #7284fa


#7284fa Border Color

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

This div border color is #7284fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7284fa


Comments

No comments written yet.

Please login to write comment.