Color Hex Logo

#2165dd Color Hex

#2165DD
(33,101,221)
0 Favorites   0 Comments

Color spaces of #2165dd

RGB 33101221
HSL0.610.740.50
HSV218°85°87°
CMYK 0.850.540.00   0.13
XYZ18.332014.851270.3070
Yxy14.85120.17710.1435
Hunter Lab38.537317.4715-81.1920
CIE-Lab45.429724.1032-66.9527

#2165dd color RGB value is (33,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100101 11011101
Octal 41 145 335
Decimal 33 101 221
Hex 21 65 DD

RGB Percentages of Color #2165dd

%9.30
%28.45
%62.25

CMYK Percentages of Color #2165dd

%85
%54
%0
%13

Triadic Colors of #2165dd

#2165dd #dd2165 #65dd21

Analogous Colors of #2165dd

#2165dd #3b21dd #21c3dd

Monochromatic Colors of #2165dd

#2165dd

Complementary Color

#2165dd #dd9921

#2165dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2165dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2165dd Color CSS Codes

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

#2165dd Text Font Color

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

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


#2165dd Background Color

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

This div background color is #2165dd


#2165dd Border Color

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

This div border color is #2165dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2165dd


Comments

No comments written yet.

Please login to write comment.