Color Hex Logo

#4b51fb Color Hex

#4B51FB
(75,81,251)
0 Favorites   0 Comments

Color spaces of #4b51fb

RGB 7581251
HSL0.660.960.64
HSV238°70°98°
CMYK 0.700.680.00   0.02
XYZ23.256714.345792.8100
Yxy14.34570.17830.1100
Hunter Lab37.875743.3213-118.7702
CIE-Lab44.724750.9883-84.9328

#4b51fb color RGB value is (75,81,251).

#4b51fb hex color red value is 75, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4b51fb hue: 0.66 , saturation: 0.96 and the lightness value of 4b51fb is 0.64.

The process color (four color CMYK) of #4b51fb color hex is 0.70, 0.68, 0.00, 0.02. Web safe color of #4b51fb is #3366ff. Color #4b51fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010001 11111011
Octal 113 121 373
Decimal 75 81 251
Hex 4B 51 FB

RGB Percentages of Color #4b51fb

%18.43
%19.90
%61.67

CMYK Percentages of Color #4b51fb

%70
%68
%0
%2

Triadic Colors of #4b51fb

#4b51fb #fb4b51 #51fb4b

Analogous Colors of #4b51fb

#4b51fb #9d4bfb #4ba9fb

Monochromatic Colors of #4b51fb

#4b51fb

Complementary Color

#4b51fb #fbf54b

#4b51fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b51fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b51fb Color CSS Codes

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

#4b51fb Text Font Color

<p style="color:#4b51fb">Text here</p>

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


#4b51fb Background Color

<div style="background-color:#4b51fb">
Div content here</div>

This div background color is #4b51fb


#4b51fb Border Color

<div style="border:3px solid #4b51fb">
Div here</div>

This div border color is #4b51fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b51fb

Related Colors


Comments

No comments written yet.

Please login to write comment.