Color Hex Logo

#7884ff Color Hex

#7884FF
(120,132,255)
0 Favorites   0 Comments

Color spaces of #7884ff

RGB 120132255
HSL0.651.000.74
HSV235°53°100°
CMYK 0.530.480.00   0.00
XYZ34.047027.715698.1629
Yxy27.71560.21290.1733
Hunter Lab52.645623.3098-73.7001
CIE-Lab59.630929.1042-62.8101

#7884ff color RGB value is (120,132,255).

#7884ff hex color red value is 120, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7884ff hue: 0.65 , saturation: 1.00 and the lightness value of 7884ff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000100 11111111
Octal 170 204 377
Decimal 120 132 255
Hex 78 84 FF

RGB Percentages of Color #7884ff

%23.67
%26.04
%50.30

CMYK Percentages of Color #7884ff

%53
%48
%0
%0

Triadic Colors of #7884ff

#7884ff #ff7884 #84ff78

Analogous Colors of #7884ff

#7884ff #b078ff #78c8ff

Monochromatic Colors of #7884ff

#7884ff

Complementary Color

#7884ff #fff378

#7884ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7884ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7884ff Color CSS Codes

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

#7884ff Text Font Color

<p style="color:#7884ff">Text here</p>

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


#7884ff Background Color

<div style="background-color:#7884ff">
Div content here</div>

This div background color is #7884ff


#7884ff Border Color

<div style="border:3px solid #7884ff">
Div here</div>

This div border color is #7884ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,132,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7884ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7884ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7884ff;
  box-shadow:         1px 1px 3px 2px #7884ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7884ff


Comments

No comments written yet.

Please login to write comment.