Color Hex Logo

#7174fd Color Hex

#7174FD
(113,116,253)
0 Favorites   0 Comments

Color spaces of #7174fd

RGB 113116253
HSL0.660.970.72
HSV239°55°99°
CMYK 0.550.540.00   0.01
XYZ30.785123.093395.7634
Yxy23.09330.20570.1543
Hunter Lab48.055530.2528-84.5123
CIE-Lab55.168336.6167-68.9170

#7174fd color RGB value is (113,116,253).

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

The process color (four color CMYK) of #7174fd color hex is 0.55, 0.54, 0.00, 0.01. Web safe color of #7174fd is #6666ff. Color #7174fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 11111101
Octal 161 164 375
Decimal 113 116 253
Hex 71 74 FD

RGB Percentages of Color #7174fd

%23.44
%24.07
%52.49

CMYK Percentages of Color #7174fd

%55
%54
%0
%1

Triadic Colors of #7174fd

#7174fd #fd7174 #74fd71

Analogous Colors of #7174fd

#7174fd #b471fd #71bafd

Monochromatic Colors of #7174fd

#7174fd

Complementary Color

#7174fd #fdfa71

#7174fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7174fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7174fd Color CSS Codes

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

#7174fd Text Font Color

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

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


#7174fd Background Color

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

This div background color is #7174fd


#7174fd Border Color

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

This div border color is #7174fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,116,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7174fd

Related Colors


Comments

No comments written yet.

Please login to write comment.