Color Hex Logo

#2148dd Color Hex

#2148DD
(33,72,221)
0 Favorites   0 Comments

Color spaces of #2148dd

RGB 3372221
HSL0.630.740.50
HSV228°85°87°
CMYK 0.850.670.00   0.13
XYZ15.995710.178569.5282
Yxy10.17850.16710.1064
Hunter Lab31.903833.6636-106.8787
CIE-Lab38.160942.6003-78.8444

#2148dd color RGB value is (33,72,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 11011101
Octal 41 110 335
Decimal 33 72 221
Hex 21 48 DD

RGB Percentages of Color #2148dd

%10.12
%22.09
%67.79

CMYK Percentages of Color #2148dd

%85
%67
%0
%13

Triadic Colors of #2148dd

#2148dd #dd2148 #48dd21

Analogous Colors of #2148dd

#2148dd #5821dd #21a6dd

Monochromatic Colors of #2148dd

#2148dd

Complementary Color

#2148dd #ddb621

#2148dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2148dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2148dd Color CSS Codes

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

#2148dd Text Font Color

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

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


#2148dd Background Color

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

This div background color is #2148dd


#2148dd Border Color

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

This div border color is #2148dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2148dd


Comments

No comments written yet.

Please login to write comment.