Color Hex Logo

#4c81ce Color Hex

#4C81CE
(76,129,206)
0 Favorites   0 Comments

Color spaces of #4c81ce

RGB 76129206
HSL0.600.570.55
HSV216°63°81°
CMYK 0.630.370.00   0.19
XYZ21.971321.693261.4217
Yxy21.69320.20910.2064
Hunter Lab46.57602.6960-45.5851
CIE-Lab53.70006.4307-45.0811

#4c81ce color RGB value is (76,129,206).

#4c81ce hex color red value is 76, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4c81ce hue: 0.60 , saturation: 0.57 and the lightness value of 4c81ce is 0.55.

The process color (four color CMYK) of #4c81ce color hex is 0.63, 0.37, 0.00, 0.19. Web safe color of #4c81ce is #3399cc. Color #4c81ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000001 11001110
Octal 114 201 316
Decimal 76 129 206
Hex 4C 81 CE

RGB Percentages of Color #4c81ce

%18.49
%31.39
%50.12

CMYK Percentages of Color #4c81ce

%63
%37
%0
%19

Triadic Colors of #4c81ce

#4c81ce #ce4c81 #81ce4c

Analogous Colors of #4c81ce

#4c81ce #584cce #4cc2ce

Monochromatic Colors of #4c81ce

#4c81ce

Complementary Color

#4c81ce #ce994c

#4c81ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c81ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c81ce Color CSS Codes

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

#4c81ce Text Font Color

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

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


#4c81ce Background Color

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

This div background color is #4c81ce


#4c81ce Border Color

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

This div border color is #4c81ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c81ce


Comments

No comments written yet.

Please login to write comment.