Color Hex Logo

#3f1eff Color Hex

#3F1EFF
(63,30,255)
0 Favorites   0 Comments

Color spaces of #3f1eff

RGB 6330255
HSL0.691.000.56
HSV249°88°100°
CMYK 0.750.880.00   0.00
XYZ20.56429.205395.3007
Yxy9.20530.16440.0736
Hunter Lab30.340267.8895-164.9957
CIE-Lab36.376674.4045-101.0074

#3f1eff color RGB value is (63,30,255).

#3f1eff hex color red value is 63, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3f1eff hue: 0.69 , saturation: 1.00 and the lightness value of 3f1eff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011110 11111111
Octal 77 36 377
Decimal 63 30 255
Hex 3F 1E FF

RGB Percentages of Color #3f1eff

%18.10
%8.62
%73.28

CMYK Percentages of Color #3f1eff

%75
%88
%0
%0

Triadic Colors of #3f1eff

#3f1eff #ff3f1e #1eff3f

Analogous Colors of #3f1eff

#3f1eff #b01eff #1e6eff

Monochromatic Colors of #3f1eff

#3f1eff

Complementary Color

#3f1eff #deff1e

#3f1eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1eff Color CSS Codes

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

#3f1eff Text Font Color

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

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


#3f1eff Background Color

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

This div background color is #3f1eff


#3f1eff Border Color

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

This div border color is #3f1eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1eff

Related Colors


Comments

No comments written yet.

Please login to write comment.