Color Hex Logo

#7975bf Color Hex

#7975BF
(121,117,191)
0 Favorites   0 Comments

Color spaces of #7975bf

RGB 121117191
HSL0.680.370.60
HSV243°39°75°
CMYK 0.370.390.00   0.25
XYZ23.650420.549152.0101
Yxy20.54910.24580.2136
Hunter Lab45.331113.7986-36.2939
CIE-Lab52.452419.4339-38.3194

#7975bf color RGB value is (121,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 10111111
Octal 171 165 277
Decimal 121 117 191
Hex 79 75 BF

RGB Percentages of Color #7975bf

%28.21
%27.27
%44.52

CMYK Percentages of Color #7975bf

%37
%39
%0
%25

Triadic Colors of #7975bf

#7975bf #bf7975 #75bf79

Analogous Colors of #7975bf

#7975bf #9e75bf #7596bf

Monochromatic Colors of #7975bf

#7975bf

Complementary Color

#7975bf #bbbf75

#7975bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7975bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7975bf Color CSS Codes

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

#7975bf Text Font Color

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

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


#7975bf Background Color

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

This div background color is #7975bf


#7975bf Border Color

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

This div border color is #7975bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7975bf


Comments

No comments written yet.

Please login to write comment.