Color Hex Logo

#3f3afd Color Hex

#3F3AFD
(63,58,253)
0 Favorites   0 Comments

Color spaces of #3f3afd

RGB 6358253
HSL0.670.980.61
HSV242°77°99°
CMYK 0.750.770.00   0.01
XYZ21.292611.174793.9632
Yxy11.17470.16840.0884
Hunter Lab33.428655.1970-143.2561
CIE-Lab39.873262.8361-94.0797

#3f3afd color RGB value is (63,58,253).

#3f3afd hex color red value is 63, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3f3afd hue: 0.67 , saturation: 0.98 and the lightness value of 3f3afd is 0.61.

The process color (four color CMYK) of #3f3afd color hex is 0.75, 0.77, 0.00, 0.01. Web safe color of #3f3afd is #3333ff. Color #3f3afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00111010 11111101
Octal 77 72 375
Decimal 63 58 253
Hex 3F 3A FD

RGB Percentages of Color #3f3afd

%16.84
%15.51
%67.65

CMYK Percentages of Color #3f3afd

%75
%77
%0
%1

Triadic Colors of #3f3afd

#3f3afd #fd3f3a #3afd3f

Analogous Colors of #3f3afd

#3f3afd #a13afd #3a97fd

Monochromatic Colors of #3f3afd

#3f3afd

Complementary Color

#3f3afd #f8fd3a

#3f3afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3afd Color CSS Codes

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

#3f3afd Text Font Color

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

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


#3f3afd Background Color

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

This div background color is #3f3afd


#3f3afd Border Color

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

This div border color is #3f3afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3afd

Related Colors


Comments

No comments written yet.

Please login to write comment.