Color Hex Logo

#4765de Color Hex

#4765DE
(71,101,222)
0 Favorites   0 Comments

Color spaces of #4765de

RGB 71101222
HSL0.630.700.57
HSV228°68°87°
CMYK 0.680.550.00   0.13
XYZ20.437015.920971.1031
Yxy15.92090.19020.1482
Hunter Lab39.901021.5996-77.7234
CIE-Lab46.870528.5519-65.1185

#4765de color RGB value is (71,101,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100101 11011110
Octal 107 145 336
Decimal 71 101 222
Hex 47 65 DE

RGB Percentages of Color #4765de

%18.02
%25.63
%56.35

CMYK Percentages of Color #4765de

%68
%55
%0
%13

Triadic Colors of #4765de

#4765de #de4765 #65de47

Analogous Colors of #4765de

#4765de #7547de #47b1de

Monochromatic Colors of #4765de

#4765de

Complementary Color

#4765de #dec047

#4765de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4765de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4765de Color CSS Codes

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

#4765de Text Font Color

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

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


#4765de Background Color

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

This div background color is #4765de


#4765de Border Color

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

This div border color is #4765de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4765de


Comments

No comments written yet.

Please login to write comment.