Color Hex Logo

#2d84dd Color Hex

#2D84DD
(45,132,221)
0 Favorites   0 Comments

Color spaces of #2d84dd

RGB 45132221
HSL0.580.720.52
HSV210°80°87°
CMYK 0.800.400.00   0.13
XYZ22.384622.280971.5275
Yxy22.28090.19270.1918
Hunter Lab47.20262.0442-56.8020
CIE-Lab54.32385.6539-52.6126

#2d84dd color RGB value is (45,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10000100 11011101
Octal 55 204 335
Decimal 45 132 221
Hex 2D 84 DD

RGB Percentages of Color #2d84dd

%11.31
%33.17
%55.53

CMYK Percentages of Color #2d84dd

%80
%40
%0
%13

Triadic Colors of #2d84dd

#2d84dd #dd2d84 #84dd2d

Analogous Colors of #2d84dd

#2d84dd #2e2ddd #2ddcdd

Monochromatic Colors of #2d84dd

#2d84dd

Complementary Color

#2d84dd #dd862d

#2d84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d84dd Color CSS Codes

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

#2d84dd Text Font Color

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

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


#2d84dd Background Color

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

This div background color is #2d84dd


#2d84dd Border Color

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

This div border color is #2d84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d84dd


Comments

No comments written yet.

Please login to write comment.