Color Hex Logo

#3f1ccc Color Hex

#3F1CCC
(63,28,204)
0 Favorites   0 Comments

Color spaces of #3f1ccc

RGB 6328204
HSL0.700.760.45
HSV252°86°80°
CMYK 0.690.860.00   0.20
XYZ13.36426.246957.6281
Yxy6.24690.17300.0809
Hunter Lab24.993851.7049-119.2090
CIE-Lab30.027061.6066-82.4218

#3f1ccc color RGB value is (63,28,204).

#3f1ccc hex color red value is 63, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3f1ccc hue: 0.70 , saturation: 0.76 and the lightness value of 3f1ccc is 0.45.

The process color (four color CMYK) of #3f1ccc color hex is 0.69, 0.86, 0.00, 0.20. Web safe color of #3f1ccc is #3333cc. Color #3f1ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011100 11001100
Octal 77 34 314
Decimal 63 28 204
Hex 3F 1C CC

RGB Percentages of Color #3f1ccc

%21.36
%9.49
%69.15

CMYK Percentages of Color #3f1ccc

%69
%86
%0
%20

Triadic Colors of #3f1ccc

#3f1ccc #cc3f1c #1ccc3f

Analogous Colors of #3f1ccc

#3f1ccc #971ccc #1c51cc

Monochromatic Colors of #3f1ccc

#3f1ccc

Complementary Color

#3f1ccc #a9cc1c

#3f1ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1ccc Color CSS Codes

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

#3f1ccc Text Font Color

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

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


#3f1ccc Background Color

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

This div background color is #3f1ccc


#3f1ccc Border Color

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

This div border color is #3f1ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1ccc


Comments

No comments written yet.

Please login to write comment.