Color Hex Logo

#4563cd Color Hex

#4563CD
(69,99,205)
0 Favorites   0 Comments

Color spaces of #4563cd

RGB 6999205
HSL0.630.580.54
HSV227°66°80°
CMYK 0.660.520.00   0.20
XYZ17.935514.596759.6297
Yxy14.59670.19460.1584
Hunter Lab38.205616.9364-65.7933
CIE-Lab45.076823.5264-58.3257

#4563cd color RGB value is (69,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 11001101
Octal 105 143 315
Decimal 69 99 205
Hex 45 63 CD

RGB Percentages of Color #4563cd

%18.50
%26.54
%54.96

CMYK Percentages of Color #4563cd

%66
%52
%0
%20

Triadic Colors of #4563cd

#4563cd #cd4563 #63cd45

Analogous Colors of #4563cd

#4563cd #6b45cd #45a7cd

Monochromatic Colors of #4563cd

#4563cd

Complementary Color

#4563cd #cdaf45

#4563cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563cd Color CSS Codes

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

#4563cd Text Font Color

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

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


#4563cd Background Color

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

This div background color is #4563cd


#4563cd Border Color

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

This div border color is #4563cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563cd


Comments

No comments written yet.

Please login to write comment.