Color Hex Logo

#3f07fa Color Hex

#3F07FA
(63,7,250)
0 Favorites   0 Comments

Color spaces of #3f07fa

RGB 637250
HSL0.710.960.50
HSV254°97°98°
CMYK 0.750.970.00   0.02
XYZ19.38128.110890.9865
Yxy8.11080.16360.0685
Hunter Lab28.479571.6360-169.4847
CIE-Lab34.212677.8623-101.8069

#3f07fa color RGB value is (63,7,250).

#3f07fa hex color red value is 63, green value is 7 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3f07fa hue: 0.71 , saturation: 0.96 and the lightness value of 3f07fa is 0.50.

The process color (four color CMYK) of #3f07fa color hex is 0.75, 0.97, 0.00, 0.02. Web safe color of #3f07fa is #3300ff. Color #3f07fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00000111 11111010
Octal 77 7 372
Decimal 63 7 250
Hex 3F 7 FA

RGB Percentages of Color #3f07fa

%19.69
%2.19
%78.13

CMYK Percentages of Color #3f07fa

%75
%97
%0
%2

Triadic Colors of #3f07fa

#3f07fa #fa3f07 #07fa3f

Analogous Colors of #3f07fa

#3f07fa #b907fa #0749fa

Monochromatic Colors of #3f07fa

#3f07fa

Complementary Color

#3f07fa #c2fa07

#3f07fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f07fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f07fa Color CSS Codes

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

#3f07fa Text Font Color

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

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


#3f07fa Background Color

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

This div background color is #3f07fa


#3f07fa Border Color

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

This div border color is #3f07fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f07fa


Comments

No comments written yet.

Please login to write comment.