Color Hex Logo

#7882fa Color Hex

#7882FA
(120,130,250)
0 Favorites   0 Comments

Color spaces of #7882fa

RGB 120130250
HSL0.650.930.73
HSV235°52°98°
CMYK 0.520.480.00   0.02
XYZ32.983726.860593.8886
Yxy26.86050.21460.1747
Hunter Lab51.827122.9031-71.1292
CIE-Lab58.845028.7561-61.3192

#7882fa color RGB value is (120,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000010 11111010
Octal 170 202 372
Decimal 120 130 250
Hex 78 82 FA

RGB Percentages of Color #7882fa

%24.00
%26.00
%50.00

CMYK Percentages of Color #7882fa

%52
%48
%0
%2

Triadic Colors of #7882fa

#7882fa #fa7882 #82fa78

Analogous Colors of #7882fa

#7882fa #af78fa #78c3fa

Monochromatic Colors of #7882fa

#7882fa

Complementary Color

#7882fa #faf078

#7882fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7882fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7882fa Color CSS Codes

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

#7882fa Text Font Color

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

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


#7882fa Background Color

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

This div background color is #7882fa


#7882fa Border Color

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

This div border color is #7882fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7882fa

Related Colors


Comments

No comments written yet.

Please login to write comment.