Color Hex Logo

#3f129f Color Hex

#3F129F
(63,18,159)
0 Favorites   0 Comments

Color spaces of #3f129f

RGB 6318159
HSL0.720.800.35
HSV259°89°62°
CMYK 0.600.890.00   0.38
XYZ8.52423.992633.1223
Yxy3.99260.18680.0875
Hunter Lab19.981541.1813-84.2950
CIE-Lab23.647052.9156-66.1518

#3f129f color RGB value is (63,18,159).

#3f129f hex color red value is 63, green value is 18 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #3f129f hue: 0.72 , saturation: 0.80 and the lightness value of 3f129f is 0.35.

The process color (four color CMYK) of #3f129f color hex is 0.60, 0.89, 0.00, 0.38. Web safe color of #3f129f is #330099. Color #3f129f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010010 10011111
Octal 77 22 237
Decimal 63 18 159
Hex 3F 12 9F

RGB Percentages of Color #3f129f

%26.25
%7.50
%66.25

CMYK Percentages of Color #3f129f

%60
%89
%0
%38

Triadic Colors of #3f129f

#3f129f #9f3f12 #129f3f

Analogous Colors of #3f129f

#3f129f #86129f #122b9f

Monochromatic Colors of #3f129f

#3f129f

Complementary Color

#3f129f #729f12

#3f129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f129f Color CSS Codes

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

#3f129f Text Font Color

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

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


#3f129f Background Color

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

This div background color is #3f129f


#3f129f Border Color

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

This div border color is #3f129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f129f


Comments

No comments written yet.

Please login to write comment.