Color Hex Logo

#4c56fb Color Hex

#4C56FB
(76,86,251)
0 Favorites   0 Comments

Color spaces of #4c56fb

RGB 7686251
HSL0.660.960.64
HSV237°70°98°
CMYK 0.700.660.00   0.02
XYZ23.720915.157192.9422
Yxy15.15710.17990.1150
Hunter Lab38.932140.6268-114.2898
CIE-Lab45.848648.2108-83.0850

#4c56fb color RGB value is (76,86,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010110 11111011
Octal 114 126 373
Decimal 76 86 251
Hex 4C 56 FB

RGB Percentages of Color #4c56fb

%18.40
%20.82
%60.77

CMYK Percentages of Color #4c56fb

%70
%66
%0
%2

Triadic Colors of #4c56fb

#4c56fb #fb4c56 #56fb4c

Analogous Colors of #4c56fb

#4c56fb #9a4cfb #4caefb

Monochromatic Colors of #4c56fb

#4c56fb

Complementary Color

#4c56fb #fbf14c

#4c56fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c56fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c56fb Color CSS Codes

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

#4c56fb Text Font Color

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

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


#4c56fb Background Color

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

This div background color is #4c56fb


#4c56fb Border Color

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

This div border color is #4c56fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c56fb


Comments

No comments written yet.

Please login to write comment.