Color Hex Logo

#3f1388 Color Hex

#3F1388
(63,19,136)
0 Favorites   0 Comments

Color spaces of #3f1388

RGB 6319136
HSL0.730.750.30
HSV263°86°53°
CMYK 0.540.860.00   0.47
XYZ6.72673.300123.5750
Yxy3.30010.20020.0982
Hunter Lab18.166234.3054-64.2268
CIE-Lab21.207846.4410-55.9443

#3f1388 color RGB value is (63,19,136).

#3f1388 hex color red value is 63, green value is 19 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #3f1388 hue: 0.73 , saturation: 0.75 and the lightness value of 3f1388 is 0.30.

The process color (four color CMYK) of #3f1388 color hex is 0.54, 0.86, 0.00, 0.47. Web safe color of #3f1388 is #330099. Color #3f1388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010011 10001000
Octal 77 23 210
Decimal 63 19 136
Hex 3F 13 88

RGB Percentages of Color #3f1388

%28.90
%8.72
%62.39

CMYK Percentages of Color #3f1388

%54
%86
%0
%47

Triadic Colors of #3f1388

#3f1388 #883f13 #13883f

Analogous Colors of #3f1388

#3f1388 #7a1388 #132288

Monochromatic Colors of #3f1388

#3f1388

Complementary Color

#3f1388 #5c8813

#3f1388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1388 Color CSS Codes

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

#3f1388 Text Font Color

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

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


#3f1388 Background Color

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

This div background color is #3f1388


#3f1388 Border Color

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

This div border color is #3f1388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1388


Comments

No comments written yet.

Please login to write comment.