Color Hex Logo

#7883fe Color Hex

#7883FE
(120,131,254)
0 Favorites   0 Comments

Color spaces of #7883fe

RGB 120131254
HSL0.650.990.73
HSV235°53°100°
CMYK 0.530.480.00   0.00
XYZ33.751427.381497.2722
Yxy27.38140.21310.1729
Hunter Lab52.327223.5610-73.5864
CIE-Lab59.325729.3891-62.7502

#7883fe color RGB value is (120,131,254).

#7883fe hex color red value is 120, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7883fe hue: 0.65 , saturation: 0.99 and the lightness value of 7883fe is 0.73.

The process color (four color CMYK) of #7883fe color hex is 0.53, 0.48, 0.00, 0.00. Web safe color of #7883fe is #6699ff. Color #7883fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000011 11111110
Octal 170 203 376
Decimal 120 131 254
Hex 78 83 FE

RGB Percentages of Color #7883fe

%23.76
%25.94
%50.30

CMYK Percentages of Color #7883fe

%53
%48
%0
%0

Triadic Colors of #7883fe

#7883fe #fe7883 #83fe78

Analogous Colors of #7883fe

#7883fe #b078fe #78c6fe

Monochromatic Colors of #7883fe

#7883fe

Complementary Color

#7883fe #fef378

#7883fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7883fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7883fe Color CSS Codes

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

#7883fe Text Font Color

<p style="color:#7883fe">Text here</p>

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


#7883fe Background Color

<div style="background-color:#7883fe">
Div content here</div>

This div background color is #7883fe


#7883fe Border Color

<div style="border:3px solid #7883fe">
Div here</div>

This div border color is #7883fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,131,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7883fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7883fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7883fe;
  box-shadow:         1px 1px 3px 2px #7883fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,131,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7883fe


Comments

No comments written yet.

Please login to write comment.