Color Hex Logo

#7874bf Color Hex

#7874BF
(120,116,191)
0 Favorites   0 Comments

Color spaces of #7874bf

RGB 120116191
HSL0.680.370.60
HSV243°39°75°
CMYK 0.370.390.00   0.25
XYZ23.395120.245451.9649
Yxy20.24540.24470.2118
Hunter Lab44.994914.0701-36.9780
CIE-Lab52.113519.7589-38.8584

#7874bf color RGB value is (120,116,191).

#7874bf hex color red value is 120, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7874bf hue: 0.68 , saturation: 0.37 and the lightness value of 7874bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 10111111
Octal 170 164 277
Decimal 120 116 191
Hex 78 74 BF

RGB Percentages of Color #7874bf

%28.10
%27.17
%44.73

CMYK Percentages of Color #7874bf

%37
%39
%0
%25

Triadic Colors of #7874bf

#7874bf #bf7874 #74bf78

Analogous Colors of #7874bf

#7874bf #9e74bf #7496bf

Monochromatic Colors of #7874bf

#7874bf

Complementary Color

#7874bf #bbbf74

#7874bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7874bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7874bf Color CSS Codes

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

#7874bf Text Font Color

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

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


#7874bf Background Color

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

This div background color is #7874bf


#7874bf Border Color

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

This div border color is #7874bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7874bf


Comments

No comments written yet.

Please login to write comment.