Color Hex Logo

#4782de Color Hex

#4782DE
(71,130,222)
0 Favorites   0 Comments

Color spaces of #4782de

RGB 71130222
HSL0.600.700.57
HSV217°68°87°
CMYK 0.680.410.00   0.13
XYZ23.766022.578872.2128
Yxy22.57880.20050.1904
Hunter Lab47.51726.1229-56.8422
CIE-Lab54.635810.5343-52.6281

#4782de color RGB value is (71,130,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000010 11011110
Octal 107 202 336
Decimal 71 130 222
Hex 47 82 DE

RGB Percentages of Color #4782de

%16.78
%30.73
%52.48

CMYK Percentages of Color #4782de

%68
%41
%0
%13

Triadic Colors of #4782de

#4782de #de4782 #82de47

Analogous Colors of #4782de

#4782de #5747de #47cede

Monochromatic Colors of #4782de

#4782de

Complementary Color

#4782de #dea347

#4782de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4782de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4782de Color CSS Codes

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

#4782de Text Font Color

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

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


#4782de Background Color

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

This div background color is #4782de


#4782de Border Color

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

This div border color is #4782de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4782de


Comments

No comments written yet.

Please login to write comment.