Color Hex Logo

#4c81ec Color Hex

#4C81EC
(76,129,236)
0 Favorites   0 Comments

Color spaces of #4c81ec

RGB 76129236
HSL0.610.810.61
HSV220°68°93°
CMYK 0.680.450.00   0.07
XYZ25.971123.293182.4841
Yxy23.29310.19710.1768
Hunter Lab48.262911.5938-67.5460
CIE-Lab55.373016.8125-59.2628

#4c81ec color RGB value is (76,129,236).

#4c81ec hex color red value is 76, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4c81ec hue: 0.61 , saturation: 0.81 and the lightness value of 4c81ec is 0.61.

The process color (four color CMYK) of #4c81ec color hex is 0.68, 0.45, 0.00, 0.07. Web safe color of #4c81ec is #3399ff. Color #4c81ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000001 11101100
Octal 114 201 354
Decimal 76 129 236
Hex 4C 81 EC

RGB Percentages of Color #4c81ec

%17.23
%29.25
%53.51

CMYK Percentages of Color #4c81ec

%68
%45
%0
%7

Triadic Colors of #4c81ec

#4c81ec #ec4c81 #81ec4c

Analogous Colors of #4c81ec

#4c81ec #674cec #4cd1ec

Monochromatic Colors of #4c81ec

#4c81ec

Complementary Color

#4c81ec #ecb74c

#4c81ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c81ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c81ec Color CSS Codes

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

#4c81ec Text Font Color

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

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


#4c81ec Background Color

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

This div background color is #4c81ec


#4c81ec Border Color

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

This div border color is #4c81ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c81ec


Comments

No comments written yet.

Please login to write comment.