Color Hex Logo

#3b44ce Color Hex

#3B44CE
(59,68,206)
0 Favorites   0 Comments

Color spaces of #3b44ce

RGB 5968206
HSL0.660.600.52
HSV236°71°81°
CMYK 0.710.670.00   0.19
XYZ15.01139.520359.4389
Yxy9.52030.17880.1134
Hunter Lab30.855032.8461-92.6175
CIE-Lab36.967341.9617-72.1328

#3b44ce color RGB value is (59,68,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000100 11001110
Octal 73 104 316
Decimal 59 68 206
Hex 3B 44 CE

RGB Percentages of Color #3b44ce

%17.72
%20.42
%61.86

CMYK Percentages of Color #3b44ce

%71
%67
%0
%19

Triadic Colors of #3b44ce

#3b44ce #ce3b44 #44ce3b

Analogous Colors of #3b44ce

#3b44ce #7c3bce #3b8ece

Monochromatic Colors of #3b44ce

#3b44ce

Complementary Color

#3b44ce #cec53b

#3b44ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b44ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b44ce Color CSS Codes

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

#3b44ce Text Font Color

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

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


#3b44ce Background Color

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

This div background color is #3b44ce


#3b44ce Border Color

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

This div border color is #3b44ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,68,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 #3b44ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b44ce


Comments

No comments written yet.

Please login to write comment.