Color Hex Logo

#2095dc Color Hex

#2095DC
(32,149,220)
0 Favorites   0 Comments

Color spaces of #2095dc

RGB 32149220
HSL0.560.750.49
HSV203°85°86°
CMYK 0.850.320.00   0.14
XYZ24.261426.969371.6370
Yxy26.96930.19750.2195
Hunter Lab51.9320-7.4899-45.4346
CIE-Lab58.9459-5.8700-44.7321

#2095dc color RGB value is (32,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010101 11011100
Octal 40 225 334
Decimal 32 149 220
Hex 20 95 DC

RGB Percentages of Color #2095dc

%7.98
%37.16
%54.86

CMYK Percentages of Color #2095dc

%85
%32
%0
%14

Triadic Colors of #2095dc

#2095dc #dc2095 #95dc20

Analogous Colors of #2095dc

#2095dc #2037dc #20dcc5

Monochromatic Colors of #2095dc

#2095dc

Complementary Color

#2095dc #dc6720

#2095dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2095dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2095dc Color CSS Codes

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

#2095dc Text Font Color

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

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


#2095dc Background Color

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

This div background color is #2095dc


#2095dc Border Color

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

This div border color is #2095dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,149,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 #2095dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2095dc


Comments

No comments written yet.

Please login to write comment.