Color Hex Logo

#4563ce Color Hex

#4563CE
(69,99,206)
0 Favorites   0 Comments

Color spaces of #4563ce

RGB 6999206
HSL0.630.580.54
HSV227°67°81°
CMYK 0.670.520.00   0.19
XYZ18.056714.645160.2676
Yxy14.64510.19420.1575
Hunter Lab38.268917.2523-66.5843
CIE-Lab45.144223.8803-58.7908

#4563ce color RGB value is (69,99,206).

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

The process color (four color CMYK) of #4563ce color hex is 0.67, 0.52, 0.00, 0.19. Web safe color of #4563ce is #3366cc. Color #4563ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 11001110
Octal 105 143 316
Decimal 69 99 206
Hex 45 63 CE

RGB Percentages of Color #4563ce

%18.45
%26.47
%55.08

CMYK Percentages of Color #4563ce

%67
%52
%0
%19

Triadic Colors of #4563ce

#4563ce #ce4563 #63ce45

Analogous Colors of #4563ce

#4563ce #6c45ce #45a8ce

Monochromatic Colors of #4563ce

#4563ce

Complementary Color

#4563ce #ceb045

#4563ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563ce Color CSS Codes

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

#4563ce Text Font Color

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

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


#4563ce Background Color

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

This div background color is #4563ce


#4563ce Border Color

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

This div border color is #4563ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563ce


Comments

No comments written yet.

Please login to write comment.