Color Hex Logo

#3f33eb Color Hex

#3F33EB
(63,51,235)
0 Favorites   0 Comments

Color spaces of #3f33eb

RGB 6351235
HSL0.680.820.56
HSV244°78°92°
CMYK 0.730.780.00   0.08
XYZ18.22919.422679.4552
Yxy9.42260.17020.0880
Hunter Lab30.696352.2845-131.9808
CIE-Lab36.785560.8211-89.0505

#3f33eb color RGB value is (63,51,235).

#3f33eb hex color red value is 63, green value is 51 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3f33eb hue: 0.68 , saturation: 0.82 and the lightness value of 3f33eb is 0.56.

The process color (four color CMYK) of #3f33eb color hex is 0.73, 0.78, 0.00, 0.08. Web safe color of #3f33eb is #3333ff. Color #3f33eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110011 11101011
Octal 77 63 353
Decimal 63 51 235
Hex 3F 33 EB

RGB Percentages of Color #3f33eb

%18.05
%14.61
%67.34

CMYK Percentages of Color #3f33eb

%73
%78
%0
%8

Triadic Colors of #3f33eb

#3f33eb #eb3f33 #33eb3f

Analogous Colors of #3f33eb

#3f33eb #9b33eb #3383eb

Monochromatic Colors of #3f33eb

#3f33eb

Complementary Color

#3f33eb #dfeb33

#3f33eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f33eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f33eb Color CSS Codes

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

#3f33eb Text Font Color

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

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


#3f33eb Background Color

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

This div background color is #3f33eb


#3f33eb Border Color

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

This div border color is #3f33eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f33eb


Comments

No comments written yet.

Please login to write comment.