Color Hex Logo

#4d63cd Color Hex

#4D63CD
(77,99,205)
0 Favorites   0 Comments

Color spaces of #4d63cd

RGB 7799205
HSL0.640.560.55
HSV230°62°80°
CMYK 0.620.520.00   0.20
XYZ18.541914.909259.6581
Yxy14.90920.19910.1601
Hunter Lab38.612418.1449-64.5772
CIE-Lab45.509624.8573-57.6054

#4d63cd color RGB value is (77,99,205).

#4d63cd hex color red value is 77, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4d63cd hue: 0.64 , saturation: 0.56 and the lightness value of 4d63cd is 0.55.

The process color (four color CMYK) of #4d63cd color hex is 0.62, 0.52, 0.00, 0.20. Web safe color of #4d63cd is #6666cc. Color #4d63cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01100011 11001101
Octal 115 143 315
Decimal 77 99 205
Hex 4D 63 CD

RGB Percentages of Color #4d63cd

%20.21
%25.98
%53.81

CMYK Percentages of Color #4d63cd

%62
%52
%0
%20

Triadic Colors of #4d63cd

#4d63cd #cd4d63 #63cd4d

Analogous Colors of #4d63cd

#4d63cd #774dcd #4da3cd

Monochromatic Colors of #4d63cd

#4d63cd

Complementary Color

#4d63cd #cdb74d

#4d63cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d63cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d63cd Color CSS Codes

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

#4d63cd Text Font Color

<p style="color:#4d63cd">Text here</p>

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


#4d63cd Background Color

<div style="background-color:#4d63cd">
Div content here</div>

This div background color is #4d63cd


#4d63cd Border Color

<div style="border:3px solid #4d63cd">
Div here</div>

This div border color is #4d63cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d63cd


Comments

No comments written yet.

Please login to write comment.