Color Hex Logo

#7471fb Color Hex

#7471FB
(116,113,251)
0 Favorites   0 Comments

Color spaces of #7471fb

RGB 116113251
HSL0.670.950.71
HSV241°55°98°
CMYK 0.540.550.00   0.02
XYZ30.520222.488393.9989
Yxy22.48830.20760.1530
Hunter Lab47.421831.8926-84.3285
CIE-Lab54.541338.3315-68.8139

#7471fb color RGB value is (116,113,251).

#7471fb hex color red value is 116, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7471fb hue: 0.67 , saturation: 0.95 and the lightness value of 7471fb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 11111011
Octal 164 161 373
Decimal 116 113 251
Hex 74 71 FB

RGB Percentages of Color #7471fb

%24.17
%23.54
%52.29

CMYK Percentages of Color #7471fb

%54
%55
%0
%2

Triadic Colors of #7471fb

#7471fb #fb7471 #71fb74

Analogous Colors of #7471fb

#7471fb #b971fb #71b3fb

Monochromatic Colors of #7471fb

#7471fb

Complementary Color

#7471fb #f8fb71

#7471fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7471fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7471fb Color CSS Codes

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

#7471fb Text Font Color

<p style="color:#7471fb">Text here</p>

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


#7471fb Background Color

<div style="background-color:#7471fb">
Div content here</div>

This div background color is #7471fb


#7471fb Border Color

<div style="border:3px solid #7471fb">
Div here</div>

This div border color is #7471fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7471fb


Comments

No comments written yet.

Please login to write comment.