Color Hex Logo

#3256db Color Hex

#3256DB
(50,86,219)
0 Favorites   0 Comments

Color spaces of #3256db

RGB 5086219
HSL0.630.700.53
HSV227°77°86°
CMYK 0.770.610.00   0.14
XYZ17.429412.448268.5019
Yxy12.44820.17720.1265
Hunter Lab35.282026.4359-90.4173
CIE-Lab41.919834.4110-71.5120

#3256db color RGB value is (50,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 11011011
Octal 62 126 333
Decimal 50 86 219
Hex 32 56 DB

RGB Percentages of Color #3256db

%14.08
%24.23
%61.69

CMYK Percentages of Color #3256db

%77
%61
%0
%14

Triadic Colors of #3256db

#3256db #db3256 #56db32

Analogous Colors of #3256db

#3256db #6332db #32abdb

Monochromatic Colors of #3256db

#3256db

Complementary Color

#3256db #dbb732

#3256db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3256db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3256db Color CSS Codes

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

#3256db Text Font Color

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

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


#3256db Background Color

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

This div background color is #3256db


#3256db Border Color

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

This div border color is #3256db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,86,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 #3256db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3256db


Comments

No comments written yet.

Please login to write comment.