Color Hex Logo

#4756ec Color Hex

#4756EC
(71,86,236)
0 Favorites   0 Comments

Color spaces of #4756ec

RGB 7186236
HSL0.650.810.60
HSV235°70°93°
CMYK 0.700.640.00   0.07
XYZ21.066614.051380.9587
Yxy14.05130.18150.1211
Hunter Lab37.485134.7181-101.8126
CIE-Lab44.306442.6491-77.2121

#4756ec color RGB value is (71,86,236).

#4756ec hex color red value is 71, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4756ec hue: 0.65 , saturation: 0.81 and the lightness value of 4756ec is 0.60.

The process color (four color CMYK) of #4756ec color hex is 0.70, 0.64, 0.00, 0.07. Web safe color of #4756ec is #3366ff. Color #4756ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 11101100
Octal 107 126 354
Decimal 71 86 236
Hex 47 56 EC

RGB Percentages of Color #4756ec

%18.07
%21.88
%60.05

CMYK Percentages of Color #4756ec

%70
%64
%0
%7

Triadic Colors of #4756ec

#4756ec #ec4756 #56ec47

Analogous Colors of #4756ec

#4756ec #8b47ec #47a9ec

Monochromatic Colors of #4756ec

#4756ec

Complementary Color

#4756ec #ecdd47

#4756ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4756ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4756ec Color CSS Codes

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

#4756ec Text Font Color

<p style="color:#4756ec">Text here</p>

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


#4756ec Background Color

<div style="background-color:#4756ec">
Div content here</div>

This div background color is #4756ec


#4756ec Border Color

<div style="border:3px solid #4756ec">
Div here</div>

This div border color is #4756ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,86,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4756ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4756ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4756ec;
  box-shadow:         1px 1px 3px 2px #4756ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,86,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4756ec


Comments

No comments written yet.

Please login to write comment.