Color Hex Logo

#3295db Color Hex

#3295DB
(50,149,219)
0 Favorites   0 Comments

Color spaces of #3295db

RGB 50149219
HSL0.570.700.53
HSV205°77°86°
CMYK 0.770.320.00   0.14
XYZ24.849027.287570.9752
Yxy27.28750.20180.2216
Hunter Lab52.2374-6.5043-43.9913
CIE-Lab59.2395-4.5953-43.6886

#3295db color RGB value is (50,149,219).

#3295db hex color red value is 50, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3295db hue: 0.57 , saturation: 0.70 and the lightness value of 3295db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010101 11011011
Octal 62 225 333
Decimal 50 149 219
Hex 32 95 DB

RGB Percentages of Color #3295db

%11.96
%35.65
%52.39

CMYK Percentages of Color #3295db

%77
%32
%0
%14

Triadic Colors of #3295db

#3295db #db3295 #95db32

Analogous Colors of #3295db

#3295db #3240db #32dbcd

Monochromatic Colors of #3295db

#3295db

Complementary Color

#3295db #db7832

#3295db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3295db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3295db Color CSS Codes

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

#3295db Text Font Color

<p style="color:#3295db">Text here</p>

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


#3295db Background Color

<div style="background-color:#3295db">
Div content here</div>

This div background color is #3295db


#3295db Border Color

<div style="border:3px solid #3295db">
Div here</div>

This div border color is #3295db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,149,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3295db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3295db;
  -webkit-box-shadow: 1px 1px 3px 2px #3295db;
  box-shadow:         1px 1px 3px 2px #3295db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,149,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3295db


Comments

No comments written yet.

Please login to write comment.