color codes Logo

#3f2fdb color codes

#3F2FDB
(63,47,219)
0 Favorites   0 Comments

Color spaces of #3f2fdb

RGB 6347219
HSL0.680.700.52
HSV246°79°86°
CMYK 0.710.790.00   0.14
XYZ15.85268.204367.7659
Yxy8.20430.17260.0893
Hunter Lab28.643148.6656-120.2221
CIE-Lab34.404857.9647-83.8529

#3f2fdb color RGB value is (63,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00101111 11011011
Octal 77 57 333
Decimal 63 47 219
Hex 3F 2F DB

RGB Percentages of Color #3f2fdb

%19.15
%14.29
%66.57

CMYK Percentages of Color #3f2fdb

%71
%79
%0
%14

Triadic Colors of #3f2fdb

#3f2fdb #db3f2f #2fdb3f

Analogous Colors of #3f2fdb

#3f2fdb #952fdb #2f75db

Monochromatic Colors of #3f2fdb

#3f2fdb

Complementary Color

#3f2fdb #cbdb2f

#3f2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f2fdb Color CSS Codes

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

#3f2fdb Text Font Color

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

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


#3f2fdb Background Color

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

This div background color is #3f2fdb


#3f2fdb Border Color

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

This div border color is #3f2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f2fdb


Comments

No comments written yet.

Please login to write comment.