Color Hex Logo

#3b3fcd Color Hex

#3B3FCD
(59,63,205)
0 Favorites   0 Comments

Color spaces of #3b3fcd

RGB 5963205
HSL0.660.590.52
HSV238°71°80°
CMYK 0.710.690.00   0.20
XYZ14.60068.892658.7045
Yxy8.89260.17760.1082
Hunter Lab29.820535.2108-95.8438
CIE-Lab35.776744.6063-73.5096

#3b3fcd color RGB value is (59,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 00111111 11001101
Octal 73 77 315
Decimal 59 63 205
Hex 3B 3F CD

RGB Percentages of Color #3b3fcd

%18.04
%19.27
%62.69

CMYK Percentages of Color #3b3fcd

%71
%69
%0
%20

Triadic Colors of #3b3fcd

#3b3fcd #cd3b3f #3fcd3b

Analogous Colors of #3b3fcd

#3b3fcd #803bcd #3b88cd

Monochromatic Colors of #3b3fcd

#3b3fcd

Complementary Color

#3b3fcd #cdc93b

#3b3fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b3fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b3fcd Color CSS Codes

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

#3b3fcd Text Font Color

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

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


#3b3fcd Background Color

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

This div background color is #3b3fcd


#3b3fcd Border Color

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

This div border color is #3b3fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b3fcd


Comments

No comments written yet.

Please login to write comment.