Color Hex Logo

#4756de Color Hex

#4756DE
(71,86,222)
0 Favorites   0 Comments

Color spaces of #4756de

RGB 7186222
HSL0.650.700.57
HSV234°68°87°
CMYK 0.680.610.00   0.13
XYZ19.111113.269170.6612
Yxy13.26910.18550.1288
Hunter Lab36.426829.9021-89.5129
CIE-Lab43.165937.8967-71.1455

#4756de color RGB value is (71,86,222).

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

The process color (four color CMYK) of #4756de color hex is 0.68, 0.61, 0.00, 0.13. Web safe color of #4756de is #3366cc. Color #4756de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 11011110
Octal 107 126 336
Decimal 71 86 222
Hex 47 56 DE

RGB Percentages of Color #4756de

%18.73
%22.69
%58.58

CMYK Percentages of Color #4756de

%68
%61
%0
%13

Triadic Colors of #4756de

#4756de #de4756 #56de47

Analogous Colors of #4756de

#4756de #8447de #47a2de

Monochromatic Colors of #4756de

#4756de

Complementary Color

#4756de #decf47

#4756de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4756de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4756de Color CSS Codes

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

#4756de Text Font Color

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

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


#4756de Background Color

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

This div background color is #4756de


#4756de Border Color

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

This div border color is #4756de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4756de


Comments

No comments written yet.

Please login to write comment.