Color Hex Logo

#7884bf Color Hex

#7884BF
(120,132,191)
0 Favorites   0 Comments

Color spaces of #7884bf

RGB 120132191
HSL0.640.360.61
HSV230°37°75°
CMYK 0.370.310.00   0.25
XYZ25.401024.257252.6335
Yxy24.25720.24830.2371
Hunter Lab49.25165.8692-28.8851
CIE-Lab56.344410.2337-32.2313

#7884bf color RGB value is (120,132,191).

#7884bf hex color red value is 120, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7884bf hue: 0.64 , saturation: 0.36 and the lightness value of 7884bf is 0.61.

The process color (four color CMYK) of #7884bf color hex is 0.37, 0.31, 0.00, 0.25. Web safe color of #7884bf is #6699cc. Color #7884bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000100 10111111
Octal 170 204 277
Decimal 120 132 191
Hex 78 84 BF

RGB Percentages of Color #7884bf

%27.09
%29.80
%43.12

CMYK Percentages of Color #7884bf

%37
%31
%0
%25

Triadic Colors of #7884bf

#7884bf #bf7884 #84bf78

Analogous Colors of #7884bf

#7884bf #9078bf #78a8bf

Monochromatic Colors of #7884bf

#7884bf

Complementary Color

#7884bf #bfb378

#7884bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7884bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7884bf Color CSS Codes

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

#7884bf Text Font Color

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

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


#7884bf Background Color

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

This div background color is #7884bf


#7884bf Border Color

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

This div border color is #7884bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7884bf


Comments

No comments written yet.

Please login to write comment.