Color Hex Logo

#2c61dd Color Hex

#2C61DD
(44,97,221)
0 Favorites   0 Comments

Color spaces of #2c61dd

RGB 4497221
HSL0.620.720.52
HSV222°80°87°
CMYK 0.800.560.00   0.13
XYZ18.364514.305370.1999
Yxy14.30530.17850.1391
Hunter Lab37.822320.4809-83.5691
CIE-Lab44.667627.5587-68.1788

#2c61dd color RGB value is (44,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 01100001 11011101
Octal 54 141 335
Decimal 44 97 221
Hex 2C 61 DD

RGB Percentages of Color #2c61dd

%12.15
%26.80
%61.05

CMYK Percentages of Color #2c61dd

%80
%56
%0
%13

Triadic Colors of #2c61dd

#2c61dd #dd2c61 #61dd2c

Analogous Colors of #2c61dd

#2c61dd #4f2cdd #2cbadd

Monochromatic Colors of #2c61dd

#2c61dd

Complementary Color

#2c61dd #dda82c

#2c61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c61dd Color CSS Codes

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

#2c61dd Text Font Color

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

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


#2c61dd Background Color

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

This div background color is #2c61dd


#2c61dd Border Color

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

This div border color is #2c61dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,97,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 #2c61dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c61dd


Comments

No comments written yet.

Please login to write comment.