Color Hex Logo

#4768de Color Hex

#4768DE
(71,104,222)
0 Favorites   0 Comments

Color spaces of #4768de

RGB 71104222
HSL0.630.700.57
HSV227°68°87°
CMYK 0.680.530.00   0.13
XYZ20.733716.514171.2020
Yxy16.51410.19120.1523
Hunter Lab40.637519.9569-75.4371
CIE-Lab47.641926.6698-63.8690

#4768de color RGB value is (71,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 11011110
Octal 107 150 336
Decimal 71 104 222
Hex 47 68 DE

RGB Percentages of Color #4768de

%17.88
%26.20
%55.92

CMYK Percentages of Color #4768de

%68
%53
%0
%13

Triadic Colors of #4768de

#4768de #de4768 #68de47

Analogous Colors of #4768de

#4768de #7247de #47b4de

Monochromatic Colors of #4768de

#4768de

Complementary Color

#4768de #debd47

#4768de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4768de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4768de Color CSS Codes

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

#4768de Text Font Color

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

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


#4768de Background Color

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

This div background color is #4768de


#4768de Border Color

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

This div border color is #4768de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4768de


Comments

No comments written yet.

Please login to write comment.