Color Hex Logo

#2147dd Color Hex

#2147DD
(33,71,221)
0 Favorites   0 Comments

Color spaces of #2147dd

RGB 3371221
HSL0.630.740.50
HSV228°85°87°
CMYK 0.850.680.00   0.13
XYZ15.931610.050369.5068
Yxy10.05030.16680.1053
Hunter Lab31.702234.2244-107.8012
CIE-Lab37.932643.2153-79.2205

#2147dd color RGB value is (33,71,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 11011101
Octal 41 107 335
Decimal 33 71 221
Hex 21 47 DD

RGB Percentages of Color #2147dd

%10.15
%21.85
%68.00

CMYK Percentages of Color #2147dd

%85
%68
%0
%13

Triadic Colors of #2147dd

#2147dd #dd2147 #47dd21

Analogous Colors of #2147dd

#2147dd #5921dd #21a5dd

Monochromatic Colors of #2147dd

#2147dd

Complementary Color

#2147dd #ddb721

#2147dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2147dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2147dd Color CSS Codes

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

#2147dd Text Font Color

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

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


#2147dd Background Color

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

This div background color is #2147dd


#2147dd Border Color

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

This div border color is #2147dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2147dd


Comments

No comments written yet.

Please login to write comment.