Color Hex Logo

#4c81fd Color Hex

#4C81FD
(76,129,253)
0 Favorites   0 Comments

Color spaces of #4c81fd

RGB 76129253
HSL0.620.980.65
HSV222°70°99°
CMYK 0.700.490.00   0.01
XYZ28.560424.328996.1192
Yxy24.32890.19170.1633
Hunter Lab49.324317.0397-81.0124
CIE-Lab56.415622.7613-67.0036

#4c81fd color RGB value is (76,129,253).

#4c81fd hex color red value is 76, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4c81fd hue: 0.62 , saturation: 0.98 and the lightness value of 4c81fd is 0.65.

The process color (four color CMYK) of #4c81fd color hex is 0.70, 0.49, 0.00, 0.01. Web safe color of #4c81fd is #3399ff. Color #4c81fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000001 11111101
Octal 114 201 375
Decimal 76 129 253
Hex 4C 81 FD

RGB Percentages of Color #4c81fd

%16.59
%28.17
%55.24

CMYK Percentages of Color #4c81fd

%70
%49
%0
%1

Triadic Colors of #4c81fd

#4c81fd #fd4c81 #81fd4c

Analogous Colors of #4c81fd

#4c81fd #704cfd #4cdafd

Monochromatic Colors of #4c81fd

#4c81fd

Complementary Color

#4c81fd #fdc84c

#4c81fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c81fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c81fd Color CSS Codes

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

#4c81fd Text Font Color

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

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


#4c81fd Background Color

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

This div background color is #4c81fd


#4c81fd Border Color

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

This div border color is #4c81fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c81fd


Comments

No comments written yet.

Please login to write comment.