Color Hex Logo

#7174bf Color Hex

#7174BF
(113,116,191)
0 Favorites   0 Comments

Color spaces of #7174bf

RGB 113116191
HSL0.660.380.60
HSV238°41°75°
CMYK 0.410.390.00   0.25
XYZ22.459419.763151.9211
Yxy19.76310.23860.2099
Hunter Lab44.455712.3822-38.1275
CIE-Lab51.568317.8746-39.7546

#7174bf color RGB value is (113,116,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 10111111
Octal 161 164 277
Decimal 113 116 191
Hex 71 74 BF

RGB Percentages of Color #7174bf

%26.90
%27.62
%45.48

CMYK Percentages of Color #7174bf

%41
%39
%0
%25

Triadic Colors of #7174bf

#7174bf #bf7174 #74bf71

Analogous Colors of #7174bf

#7174bf #9571bf #719bbf

Monochromatic Colors of #7174bf

#7174bf

Complementary Color

#7174bf #bfbc71

#7174bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7174bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7174bf Color CSS Codes

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

#7174bf Text Font Color

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

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


#7174bf Background Color

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

This div background color is #7174bf


#7174bf Border Color

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

This div border color is #7174bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7174bf


Comments

No comments written yet.

Please login to write comment.