Color Hex Logo

#7885fe Color Hex

#7885FE
(120,133,254)
0 Favorites   0 Comments

Color spaces of #7885fe

RGB 120133254
HSL0.650.990.73
HSV234°53°100°
CMYK 0.530.480.00   0.00
XYZ34.022727.923997.3626
Yxy27.92390.21360.1753
Hunter Lab52.843122.4508-72.2508
CIE-Lab59.819928.2051-61.9578

#7885fe color RGB value is (120,133,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000101 11111110
Octal 170 205 376
Decimal 120 133 254
Hex 78 85 FE

RGB Percentages of Color #7885fe

%23.67
%26.23
%50.10

CMYK Percentages of Color #7885fe

%53
%48
%0
%0

Triadic Colors of #7885fe

#7885fe #fe7885 #85fe78

Analogous Colors of #7885fe

#7885fe #ae78fe #78c8fe

Monochromatic Colors of #7885fe

#7885fe

Complementary Color

#7885fe #fef178

#7885fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7885fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7885fe Color CSS Codes

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

#7885fe Text Font Color

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

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


#7885fe Background Color

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

This div background color is #7885fe


#7885fe Border Color

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

This div border color is #7885fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7885fe

Related Colors


Comments

No comments written yet.

Please login to write comment.