Color Hex Logo

#3f33dc Color Hex

#3F33DC
(63,51,220)
0 Favorites   0 Comments

Color spaces of #3f33dc

RGB 6351220
HSL0.680.710.53
HSV244°77°86°
CMYK 0.710.770.00   0.14
XYZ16.15208.591768.5172
Yxy8.59170.17320.0921
Hunter Lab29.311647.0662-118.0749
CIE-Lab35.186056.3195-83.1348

#3f33dc color RGB value is (63,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110011 11011100
Octal 77 63 334
Decimal 63 51 220
Hex 3F 33 DC

RGB Percentages of Color #3f33dc

%18.86
%15.27
%65.87

CMYK Percentages of Color #3f33dc

%71
%77
%0
%14

Triadic Colors of #3f33dc

#3f33dc #dc3f33 #33dc3f

Analogous Colors of #3f33dc

#3f33dc #9433dc #337cdc

Monochromatic Colors of #3f33dc

#3f33dc

Complementary Color

#3f33dc #d0dc33

#3f33dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f33dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f33dc Color CSS Codes

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

#3f33dc Text Font Color

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

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


#3f33dc Background Color

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

This div background color is #3f33dc


#3f33dc Border Color

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

This div border color is #3f33dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f33dc


Comments

No comments written yet.

Please login to write comment.