Color Hex Logo

#4701fb Color Hex

#4701FB
(71,1,251)
0 Favorites   0 Comments

Color spaces of #4701fb

RGB 711251
HSL0.710.990.49
HSV257°100°98°
CMYK 0.721.000.00   0.02
XYZ20.02208.326391.8187
Yxy8.32630.16660.0693
Hunter Lab28.855373.3599-168.4642
CIE-Lab34.653479.1705-101.6195

#4701fb color RGB value is (71,1,251).

#4701fb hex color red value is 71, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4701fb hue: 0.71 , saturation: 0.99 and the lightness value of 4701fb is 0.49.

The process color (four color CMYK) of #4701fb color hex is 0.72, 1.00, 0.00, 0.02. Web safe color of #4701fb is #3300ff. Color #4701fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000001 11111011
Octal 107 1 373
Decimal 71 1 251
Hex 47 1 FB

RGB Percentages of Color #4701fb

%21.98
%0.31
%77.71

CMYK Percentages of Color #4701fb

%72
%100
%0
%2

Triadic Colors of #4701fb

#4701fb #fb4701 #01fb47

Analogous Colors of #4701fb

#4701fb #c401fb #0138fb

Monochromatic Colors of #4701fb

#4701fb

Complementary Color

#4701fb #b5fb01

#4701fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4701fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4701fb Color CSS Codes

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

#4701fb Text Font Color

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

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


#4701fb Background Color

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

This div background color is #4701fb


#4701fb Border Color

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

This div border color is #4701fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,1,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 #4701fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4701fb


Comments

No comments written yet.

Please login to write comment.