Color Hex Logo

#3b63ce Color Hex

#3B63CE
(59,99,206)
0 Favorites   0 Comments

Color spaces of #3b63ce

RGB 5999206
HSL0.620.600.52
HSV224°71°81°
CMYK 0.710.520.00   0.19
XYZ17.406114.309760.2372
Yxy14.30970.18930.1556
Hunter Lab37.828215.9350-67.9331
CIE-Lab44.673822.4134-59.5742

#3b63ce color RGB value is (59,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100011 11001110
Octal 73 143 316
Decimal 59 99 206
Hex 3B 63 CE

RGB Percentages of Color #3b63ce

%16.21
%27.20
%56.59

CMYK Percentages of Color #3b63ce

%71
%52
%0
%19

Triadic Colors of #3b63ce

#3b63ce #ce3b63 #63ce3b

Analogous Colors of #3b63ce

#3b63ce #5c3bce #3badce

Monochromatic Colors of #3b63ce

#3b63ce

Complementary Color

#3b63ce #cea63b

#3b63ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b63ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b63ce Color CSS Codes

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

#3b63ce Text Font Color

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

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


#3b63ce Background Color

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

This div background color is #3b63ce


#3b63ce Border Color

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

This div border color is #3b63ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b63ce


Comments

No comments written yet.

Please login to write comment.