Color Hex Logo

#2085dc Color Hex

#2085DC
(32,133,220)
0 Favorites   0 Comments

Color spaces of #2085dc

RGB 32133220
HSL0.580.750.49
HSV208°85°86°
CMYK 0.850.400.00   0.14
XYZ21.901522.249470.8504
Yxy22.24940.19040.1935
Hunter Lab47.16930.3344-56.0378
CIE-Lab54.29063.5594-52.1194

#2085dc color RGB value is (32,133,220).

#2085dc hex color red value is 32, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2085dc hue: 0.58 , saturation: 0.75 and the lightness value of 2085dc is 0.49.

The process color (four color CMYK) of #2085dc color hex is 0.85, 0.40, 0.00, 0.14. Web safe color of #2085dc is #3399cc. Color #2085dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000101 11011100
Octal 40 205 334
Decimal 32 133 220
Hex 20 85 DC

RGB Percentages of Color #2085dc

%8.31
%34.55
%57.14

CMYK Percentages of Color #2085dc

%85
%40
%0
%14

Triadic Colors of #2085dc

#2085dc #dc2085 #85dc20

Analogous Colors of #2085dc

#2085dc #2027dc #20dcd5

Monochromatic Colors of #2085dc

#2085dc

Complementary Color

#2085dc #dc7720

#2085dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2085dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2085dc Color CSS Codes

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

#2085dc Text Font Color

<p style="color:#2085dc">Text here</p>

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


#2085dc Background Color

<div style="background-color:#2085dc">
Div content here</div>

This div background color is #2085dc


#2085dc Border Color

<div style="border:3px solid #2085dc">
Div here</div>

This div border color is #2085dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2085dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2085dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2085dc;
  box-shadow:         1px 1px 3px 2px #2085dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,133,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2085dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2085dc


Comments

No comments written yet.

Please login to write comment.