Color Hex Logo

#4563dc Color Hex

#4563DC
(69,99,220)
0 Favorites   0 Comments

Color spaces of #4563dc

RGB 6999220
HSL0.630.680.57
HSV228°69°86°
CMYK 0.690.550.00   0.14
XYZ19.834415.356269.6288
Yxy15.35620.18920.1465
Hunter Lab39.187021.7701-77.9176
CIE-Lab46.118328.8210-65.2079

#4563dc color RGB value is (69,99,220).

#4563dc hex color red value is 69, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4563dc hue: 0.63 , saturation: 0.68 and the lightness value of 4563dc is 0.57.

The process color (four color CMYK) of #4563dc color hex is 0.69, 0.55, 0.00, 0.14. Web safe color of #4563dc is #3366cc. Color #4563dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 11011100
Octal 105 143 334
Decimal 69 99 220
Hex 45 63 DC

RGB Percentages of Color #4563dc

%17.78
%25.52
%56.70

CMYK Percentages of Color #4563dc

%69
%55
%0
%14

Triadic Colors of #4563dc

#4563dc #dc4563 #63dc45

Analogous Colors of #4563dc

#4563dc #7345dc #45afdc

Monochromatic Colors of #4563dc

#4563dc

Complementary Color

#4563dc #dcbe45

#4563dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563dc Color CSS Codes

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

#4563dc Text Font Color

<p style="color:#4563dc">Text here</p>

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


#4563dc Background Color

<div style="background-color:#4563dc">
Div content here</div>

This div background color is #4563dc


#4563dc Border Color

<div style="border:3px solid #4563dc">
Div here</div>

This div border color is #4563dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4563dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4563dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4563dc;
  box-shadow:         1px 1px 3px 2px #4563dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,99,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563dc

#4563dc Color Palettes


Comments

No comments written yet.

Please login to write comment.