Color Hex Logo

#3f0ffc Color Hex

#3F0FFC
(63,15,252)
0 Favorites   0 Comments

Color spaces of #3f0ffc

RGB 6315252
HSL0.700.980.52
HSV252°94°99°
CMYK 0.750.940.00   0.01
XYZ19.79148.426792.6788
Yxy8.42670.16370.0697
Hunter Lab29.028870.8983-168.9722
CIE-Lab34.856277.1499-101.8580

#3f0ffc color RGB value is (63,15,252).

#3f0ffc hex color red value is 63, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3f0ffc hue: 0.70 , saturation: 0.98 and the lightness value of 3f0ffc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00001111 11111100
Octal 77 17 374
Decimal 63 15 252
Hex 3F F FC

RGB Percentages of Color #3f0ffc

%19.09
%4.55
%76.36

CMYK Percentages of Color #3f0ffc

%75
%94
%0
%1

Triadic Colors of #3f0ffc

#3f0ffc #fc3f0f #0ffc3f

Analogous Colors of #3f0ffc

#3f0ffc #b60ffc #0f56fc

Monochromatic Colors of #3f0ffc

#3f0ffc

Complementary Color

#3f0ffc #ccfc0f

#3f0ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f0ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f0ffc Color CSS Codes

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

#3f0ffc Text Font Color

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

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


#3f0ffc Background Color

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

This div background color is #3f0ffc


#3f0ffc Border Color

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

This div border color is #3f0ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f0ffc


Comments

No comments written yet.

Please login to write comment.