Color Hex Logo

#2095dd Color Hex

#2095DD
(32,149,221)
0 Favorites   0 Comments

Color spaces of #2095dd

RGB 32149221
HSL0.560.750.50
HSV203°86°87°
CMYK 0.860.330.00   0.13
XYZ24.394327.022472.3367
Yxy27.02240.19710.2184
Hunter Lab51.9831-7.2050-46.1165
CIE-Lab58.9951-5.5037-45.2119

#2095dd color RGB value is (32,149,221).

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

The process color (four color CMYK) of #2095dd color hex is 0.86, 0.33, 0.00, 0.13. Web safe color of #2095dd is #3399cc. Color #2095dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010101 11011101
Octal 40 225 335
Decimal 32 149 221
Hex 20 95 DD

RGB Percentages of Color #2095dd

%7.96
%37.06
%54.98

CMYK Percentages of Color #2095dd

%86
%33
%0
%13

Triadic Colors of #2095dd

#2095dd #dd2095 #95dd20

Analogous Colors of #2095dd

#2095dd #2036dd #20ddc7

Monochromatic Colors of #2095dd

#2095dd

Complementary Color

#2095dd #dd6820

#2095dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2095dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2095dd Color CSS Codes

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

#2095dd Text Font Color

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

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


#2095dd Background Color

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

This div background color is #2095dd


#2095dd Border Color

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

This div border color is #2095dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2095dd


Comments

No comments written yet.

Please login to write comment.