Color Hex Logo

#3f208a Color Hex

#3F208A
(63,32,138)
0 Favorites   0 Comments

Color spaces of #3f208a

RGB 6332138
HSL0.720.620.33
HSV258°77°54°
CMYK 0.540.770.00   0.46
XYZ7.15393.924824.4253
Yxy3.92480.20150.1105
Hunter Lab19.811129.7879-59.2314
CIE-Lab23.421341.1888-53.5548

#3f208a color RGB value is (63,32,138).

#3f208a hex color red value is 63, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3f208a hue: 0.72 , saturation: 0.62 and the lightness value of 3f208a is 0.33.

The process color (four color CMYK) of #3f208a color hex is 0.54, 0.77, 0.00, 0.46. Web safe color of #3f208a is #333399. Color #3f208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100000 10001010
Octal 77 40 212
Decimal 63 32 138
Hex 3F 20 8A

RGB Percentages of Color #3f208a

%27.04
%13.73
%59.23

CMYK Percentages of Color #3f208a

%54
%77
%0
%46

Triadic Colors of #3f208a

#3f208a #8a3f20 #208a3f

Analogous Colors of #3f208a

#3f208a #74208a #20368a

Monochromatic Colors of #3f208a

#3f208a

Complementary Color

#3f208a #6b8a20

#3f208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f208a Color CSS Codes

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

#3f208a Text Font Color

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

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


#3f208a Background Color

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

This div background color is #3f208a


#3f208a Border Color

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

This div border color is #3f208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f208a


Comments

No comments written yet.

Please login to write comment.