Color Hex Logo

#4c81d1 Color Hex

#4C81D1
(76,129,209)
0 Favorites   0 Comments

Color spaces of #4c81d1

RGB 76129209
HSL0.600.590.56
HSV216°64°82°
CMYK 0.640.380.00   0.18
XYZ22.339421.840563.3598
Yxy21.84050.20770.2031
Hunter Lab46.73383.5412-47.6693
CIE-Lab53.85747.4564-46.5299

#4c81d1 color RGB value is (76,129,209).

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

The process color (four color CMYK) of #4c81d1 color hex is 0.64, 0.38, 0.00, 0.18. Web safe color of #4c81d1 is #3399cc. Color #4c81d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000001 11010001
Octal 114 201 321
Decimal 76 129 209
Hex 4C 81 D1

RGB Percentages of Color #4c81d1

%18.36
%31.16
%50.48

CMYK Percentages of Color #4c81d1

%64
%38
%0
%18

Triadic Colors of #4c81d1

#4c81d1 #d14c81 #81d14c

Analogous Colors of #4c81d1

#4c81d1 #594cd1 #4cc4d1

Monochromatic Colors of #4c81d1

#4c81d1

Complementary Color

#4c81d1 #d19c4c

#4c81d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c81d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c81d1 Color CSS Codes

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

#4c81d1 Text Font Color

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

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


#4c81d1 Background Color

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

This div background color is #4c81d1


#4c81d1 Border Color

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

This div border color is #4c81d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c81d1


Comments

No comments written yet.

Please login to write comment.