Color Hex Logo

#2821dd Color Hex

#2821DD
(40,33,221)
0 Favorites   0 Comments

Color spaces of #2821dd

RGB 4033221
HSL0.670.740.50
HSV242°85°87°
CMYK 0.820.850.00   0.13
XYZ14.47016.759368.9486
Yxy6.75930.16050.0750
Hunter Lab25.998753.8503-139.0384
CIE-Lab31.252563.3066-90.2755

#2821dd color RGB value is (40,33,221).

#2821dd hex color red value is 40, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2821dd hue: 0.67 , saturation: 0.74 and the lightness value of 2821dd is 0.50.

The process color (four color CMYK) of #2821dd color hex is 0.82, 0.85, 0.00, 0.13. Web safe color of #2821dd is #3333cc. Color #2821dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00100001 11011101
Octal 50 41 335
Decimal 40 33 221
Hex 28 21 DD

RGB Percentages of Color #2821dd

%13.61
%11.22
%75.17

CMYK Percentages of Color #2821dd

%82
%85
%0
%13

Triadic Colors of #2821dd

#2821dd #dd2821 #21dd28

Analogous Colors of #2821dd

#2821dd #8621dd #2178dd

Monochromatic Colors of #2821dd

#2821dd

Complementary Color

#2821dd #d6dd21

#2821dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2821dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2821dd Color CSS Codes

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

#2821dd Text Font Color

<p style="color:#2821dd">Text here</p>

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


#2821dd Background Color

<div style="background-color:#2821dd">
Div content here</div>

This div background color is #2821dd


#2821dd Border Color

<div style="border:3px solid #2821dd">
Div here</div>

This div border color is #2821dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,33,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2821dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2821dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2821dd;
  box-shadow:         1px 1px 3px 2px #2821dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,33,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 #2821dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2821dd


Comments

No comments written yet.

Please login to write comment.