Color Hex Logo

#3f1ddb Color Hex

#3F1DDB
(63,29,219)
0 Favorites   0 Comments

Color spaces of #3f1ddb

RGB 6329219
HSL0.700.770.49
HSV251°87°86°
CMYK 0.710.870.00   0.14
XYZ15.27547.050067.5735
Yxy7.05000.16990.0784
Hunter Lab26.551856.2262-132.3047
CIE-Lab31.920565.2913-87.9745

#3f1ddb color RGB value is (63,29,219).

#3f1ddb hex color red value is 63, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3f1ddb hue: 0.70 , saturation: 0.77 and the lightness value of 3f1ddb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011101 11011011
Octal 77 35 333
Decimal 63 29 219
Hex 3F 1D DB

RGB Percentages of Color #3f1ddb

%20.26
%9.32
%70.42

CMYK Percentages of Color #3f1ddb

%71
%87
%0
%14

Triadic Colors of #3f1ddb

#3f1ddb #db3f1d #1ddb3f

Analogous Colors of #3f1ddb

#3f1ddb #9e1ddb #1d5adb

Monochromatic Colors of #3f1ddb

#3f1ddb

Complementary Color

#3f1ddb #b9db1d

#3f1ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1ddb Color CSS Codes

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

#3f1ddb Text Font Color

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

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


#3f1ddb Background Color

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

This div background color is #3f1ddb


#3f1ddb Border Color

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

This div border color is #3f1ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1ddb


Comments

No comments written yet.

Please login to write comment.