Color Hex Logo

#4281cc Color Hex

#4281CC
(66,129,204)
0 Favorites   0 Comments

Color spaces of #4281cc

RGB 66129204
HSL0.590.580.53
HSV213°68°80°
CMYK 0.680.370.00   0.20
XYZ20.996121.218460.1157
Yxy21.21840.20520.2074
Hunter Lab46.06340.7508-45.1328
CIE-Lab53.18774.0298-44.7847

#4281cc color RGB value is (66,129,204).

#4281cc hex color red value is 66, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4281cc hue: 0.59 , saturation: 0.58 and the lightness value of 4281cc is 0.53.

The process color (four color CMYK) of #4281cc color hex is 0.68, 0.37, 0.00, 0.20. Web safe color of #4281cc is #3399cc. Color #4281cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 11001100
Octal 102 201 314
Decimal 66 129 204
Hex 42 81 CC

RGB Percentages of Color #4281cc

%16.54
%32.33
%51.13

CMYK Percentages of Color #4281cc

%68
%37
%0
%20

Triadic Colors of #4281cc

#4281cc #cc4281 #81cc42

Analogous Colors of #4281cc

#4281cc #4842cc #42c6cc

Monochromatic Colors of #4281cc

#4281cc

Complementary Color

#4281cc #cc8d42

#4281cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4281cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4281cc Color CSS Codes

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

#4281cc Text Font Color

<p style="color:#4281cc">Text here</p>

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


#4281cc Background Color

<div style="background-color:#4281cc">
Div content here</div>

This div background color is #4281cc


#4281cc Border Color

<div style="border:3px solid #4281cc">
Div here</div>

This div border color is #4281cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,129,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4281cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4281cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4281cc;
  box-shadow:         1px 1px 3px 2px #4281cc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4281cc


Comments

No comments written yet.

Please login to write comment.