Color Hex Logo

#4863de Color Hex

#4863DE
(72,99,222)
0 Favorites   0 Comments

Color spaces of #4863de

RGB 7299222
HSL0.640.690.58
HSV229°68°87°
CMYK 0.680.550.00   0.13
XYZ20.319115.575371.0426
Yxy15.57530.19000.1456
Hunter Lab39.465622.8372-79.1030
CIE-Lab46.412329.9499-65.8594

#4863de color RGB value is (72,99,222).

#4863de hex color red value is 72, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4863de hue: 0.64 , saturation: 0.69 and the lightness value of 4863de is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 11011110
Octal 110 143 336
Decimal 72 99 222
Hex 48 63 DE

RGB Percentages of Color #4863de

%18.32
%25.19
%56.49

CMYK Percentages of Color #4863de

%68
%55
%0
%13

Triadic Colors of #4863de

#4863de #de4863 #63de48

Analogous Colors of #4863de

#4863de #7848de #48aede

Monochromatic Colors of #4863de

#4863de

Complementary Color

#4863de #dec348

#4863de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4863de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4863de Color CSS Codes

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

#4863de Text Font Color

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

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


#4863de Background Color

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

This div background color is #4863de


#4863de Border Color

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

This div border color is #4863de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4863de


Comments

No comments written yet.

Please login to write comment.