Color Hex Logo

#4760ec Color Hex

#4760EC
(71,96,236)
0 Favorites   0 Comments

Color spaces of #4760ec

RGB 7196236
HSL0.640.810.60
HSV231°70°93°
CMYK 0.700.590.00   0.07
XYZ21.921715.761581.2437
Yxy15.76150.18430.1325
Hunter Lab39.700829.0866-93.5406
CIE-Lab46.660036.5442-73.3666

#4760ec color RGB value is (71,96,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 11101100
Octal 107 140 354
Decimal 71 96 236
Hex 47 60 EC

RGB Percentages of Color #4760ec

%17.62
%23.82
%58.56

CMYK Percentages of Color #4760ec

%70
%59
%0
%7

Triadic Colors of #4760ec

#4760ec #ec4760 #60ec47

Analogous Colors of #4760ec

#4760ec #8147ec #47b3ec

Monochromatic Colors of #4760ec

#4760ec

Complementary Color

#4760ec #ecd347

#4760ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4760ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4760ec Color CSS Codes

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

#4760ec Text Font Color

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

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


#4760ec Background Color

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

This div background color is #4760ec


#4760ec Border Color

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

This div border color is #4760ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4760ec


Comments

No comments written yet.

Please login to write comment.