Color Hex Logo

#2c66dd Color Hex

#2C66DD
(44,102,221)
0 Favorites   0 Comments

Color spaces of #2c66dd

RGB 44102221
HSL0.610.720.52
HSV220°80°87°
CMYK 0.800.540.00   0.13
XYZ18.841215.258770.3588
Yxy15.25870.18040.1461
Hunter Lab39.062417.7378-79.4489
CIE-Lab45.986524.3536-66.0351

#2c66dd color RGB value is (44,102,221).

#2c66dd hex color red value is 44, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2c66dd hue: 0.61 , saturation: 0.72 and the lightness value of 2c66dd is 0.52.

The process color (four color CMYK) of #2c66dd color hex is 0.80, 0.54, 0.00, 0.13. Web safe color of #2c66dd is #3366cc. Color #2c66dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01100110 11011101
Octal 54 146 335
Decimal 44 102 221
Hex 2C 66 DD

RGB Percentages of Color #2c66dd

%11.99
%27.79
%60.22

CMYK Percentages of Color #2c66dd

%80
%54
%0
%13

Triadic Colors of #2c66dd

#2c66dd #dd2c66 #66dd2c

Analogous Colors of #2c66dd

#2c66dd #4b2cdd #2cbfdd

Monochromatic Colors of #2c66dd

#2c66dd

Complementary Color

#2c66dd #dda32c

#2c66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c66dd Color CSS Codes

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

#2c66dd Text Font Color

<p style="color:#2c66dd">Text here</p>

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


#2c66dd Background Color

<div style="background-color:#2c66dd">
Div content here</div>

This div background color is #2c66dd


#2c66dd Border Color

<div style="border:3px solid #2c66dd">
Div here</div>

This div border color is #2c66dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,102,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c66dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c66dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2c66dd;
  box-shadow:         1px 1px 3px 2px #2c66dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,102,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c66dd


Comments

No comments written yet.

Please login to write comment.