Color Hex Logo

#4c63cd Color Hex

#4C63CD
(76,99,205)
0 Favorites   0 Comments

Color spaces of #4c63cd

RGB 7699205
HSL0.640.560.55
HSV229°63°80°
CMYK 0.630.520.00   0.20
XYZ18.461814.868059.6544
Yxy14.86800.19850.1599
Hunter Lab38.559017.9862-64.7358
CIE-Lab45.452924.6836-57.6998

#4c63cd color RGB value is (76,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100011 11001101
Octal 114 143 315
Decimal 76 99 205
Hex 4C 63 CD

RGB Percentages of Color #4c63cd

%20.00
%26.05
%53.95

CMYK Percentages of Color #4c63cd

%63
%52
%0
%20

Triadic Colors of #4c63cd

#4c63cd #cd4c63 #63cd4c

Analogous Colors of #4c63cd

#4c63cd #764ccd #4ca4cd

Monochromatic Colors of #4c63cd

#4c63cd

Complementary Color

#4c63cd #cdb64c

#4c63cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c63cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c63cd Color CSS Codes

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

#4c63cd Text Font Color

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

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


#4c63cd Background Color

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

This div background color is #4c63cd


#4c63cd Border Color

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

This div border color is #4c63cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c63cd


Comments

No comments written yet.

Please login to write comment.