Color Hex Logo

#3f1188 Color Hex

#3F1188
(63,17,136)
0 Favorites   0 Comments

Color spaces of #3f1188

RGB 6317136
HSL0.730.780.30
HSV263°88°53°
CMYK 0.540.880.00   0.47
XYZ6.69433.235223.5642
Yxy3.23520.19990.0966
Hunter Lab17.986734.9577-65.0848
CIE-Lab20.962247.1668-56.3493

#3f1188 color RGB value is (63,17,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010001 10001000
Octal 77 21 210
Decimal 63 17 136
Hex 3F 11 88

RGB Percentages of Color #3f1188

%29.17
%7.87
%62.96

CMYK Percentages of Color #3f1188

%54
%88
%0
%47

Triadic Colors of #3f1188

#3f1188 #883f11 #11883f

Analogous Colors of #3f1188

#3f1188 #7b1188 #111e88

Monochromatic Colors of #3f1188

#3f1188

Complementary Color

#3f1188 #5a8811

#3f1188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1188 Color CSS Codes

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

#3f1188 Text Font Color

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

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


#3f1188 Background Color

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

This div background color is #3f1188


#3f1188 Border Color

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

This div border color is #3f1188


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,17,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 #3f1188">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1188


Comments

No comments written yet.

Please login to write comment.