Color Hex Logo

#4c55cc Color Hex

#4C55CC
(76,85,204)
0 Favorites   0 Comments

Color spaces of #4c55cc

RGB 7685204
HSL0.650.560.55
HSV236°63°80°
CMYK 0.630.580.00   0.20
XYZ17.128112.393158.6161
Yxy12.39310.19430.1406
Hunter Lab35.203825.2408-74.0781
CIE-Lab41.834233.1335-62.9839

#4c55cc color RGB value is (76,85,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010101 11001100
Octal 114 125 314
Decimal 76 85 204
Hex 4C 55 CC

RGB Percentages of Color #4c55cc

%20.82
%23.29
%55.89

CMYK Percentages of Color #4c55cc

%63
%58
%0
%20

Triadic Colors of #4c55cc

#4c55cc #cc4c55 #55cc4c

Analogous Colors of #4c55cc

#4c55cc #834ccc #4c95cc

Monochromatic Colors of #4c55cc

#4c55cc

Complementary Color

#4c55cc #ccc34c

#4c55cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c55cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c55cc Color CSS Codes

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

#4c55cc Text Font Color

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

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


#4c55cc Background Color

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

This div background color is #4c55cc


#4c55cc Border Color

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

This div border color is #4c55cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,85,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c55cc


Comments

No comments written yet.

Please login to write comment.