Color Hex Logo

#3b56ce Color Hex

#3B56CE
(59,86,206)
0 Favorites   0 Comments

Color spaces of #3b56ce

RGB 5986206
HSL0.640.600.52
HSV229°71°81°
CMYK 0.710.580.00   0.19
XYZ16.272012.041659.8592
Yxy12.04160.18450.1366
Hunter Lab34.701022.9755-77.9845
CIE-Lab41.282230.7270-65.0778

#3b56ce color RGB value is (59,86,206).

#3b56ce hex color red value is 59, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3b56ce hue: 0.64 , saturation: 0.60 and the lightness value of 3b56ce is 0.52.

The process color (four color CMYK) of #3b56ce color hex is 0.71, 0.58, 0.00, 0.19. Web safe color of #3b56ce is #3366cc. Color #3b56ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010110 11001110
Octal 73 126 316
Decimal 59 86 206
Hex 3B 56 CE

RGB Percentages of Color #3b56ce

%16.81
%24.50
%58.69

CMYK Percentages of Color #3b56ce

%71
%58
%0
%19

Triadic Colors of #3b56ce

#3b56ce #ce3b56 #56ce3b

Analogous Colors of #3b56ce

#3b56ce #6a3bce #3ba0ce

Monochromatic Colors of #3b56ce

#3b56ce

Complementary Color

#3b56ce #ceb33b

#3b56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b56ce Color CSS Codes

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

#3b56ce Text Font Color

<p style="color:#3b56ce">Text here</p>

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


#3b56ce Background Color

<div style="background-color:#3b56ce">
Div content here</div>

This div background color is #3b56ce


#3b56ce Border Color

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

This div border color is #3b56ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,86,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b56ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b56ce;
  -webkit-box-shadow: 1px 1px 3px 2px #3b56ce;
  box-shadow:         1px 1px 3px 2px #3b56ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,86,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b56ce


Comments

No comments written yet.

Please login to write comment.