Color Hex Logo

#4765ea Color Hex

#4765EA
(71,101,234)
0 Favorites   0 Comments

Color spaces of #4765ea

RGB 71101234
HSL0.640.800.60
HSV229°70°92°
CMYK 0.700.570.00   0.08
XYZ22.103516.587579.8786
Yxy16.58750.18640.1399
Hunter Lab40.727825.6008-87.7750
CIE-Lab47.736032.7515-70.4896

#4765ea color RGB value is (71,101,234).

#4765ea hex color red value is 71, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4765ea hue: 0.64 , saturation: 0.80 and the lightness value of 4765ea is 0.60.

The process color (four color CMYK) of #4765ea color hex is 0.70, 0.57, 0.00, 0.08. Web safe color of #4765ea is #3366ff. Color #4765ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100101 11101010
Octal 107 145 352
Decimal 71 101 234
Hex 47 65 EA

RGB Percentages of Color #4765ea

%17.49
%24.88
%57.64

CMYK Percentages of Color #4765ea

%70
%57
%0
%8

Triadic Colors of #4765ea

#4765ea #ea4765 #65ea47

Analogous Colors of #4765ea

#4765ea #7b47ea #47b7ea

Monochromatic Colors of #4765ea

#4765ea

Complementary Color

#4765ea #eacc47

#4765ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4765ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4765ea Color CSS Codes

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

#4765ea Text Font Color

<p style="color:#4765ea">Text here</p>

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


#4765ea Background Color

<div style="background-color:#4765ea">
Div content here</div>

This div background color is #4765ea


#4765ea Border Color

<div style="border:3px solid #4765ea">
Div here</div>

This div border color is #4765ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,101,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4765ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4765ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4765ea;
  box-shadow:         1px 1px 3px 2px #4765ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4765ea


Comments

No comments written yet.

Please login to write comment.