Color Hex Logo

#3f358a Color Hex

#3F358A
(63,53,138)
0 Favorites   0 Comments

Color spaces of #3f358a

RGB 6353138
HSL0.690.450.37
HSV247°62°54°
CMYK 0.540.620.00   0.46
XYZ7.91045.437924.6775
Yxy5.43790.20800.1430
Hunter Lab23.319319.7422-46.4197
CIE-Lab27.947628.8722-46.1676

#3f358a color RGB value is (63,53,138).

#3f358a hex color red value is 63, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3f358a hue: 0.69 , saturation: 0.45 and the lightness value of 3f358a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110101 10001010
Octal 77 65 212
Decimal 63 53 138
Hex 3F 35 8A

RGB Percentages of Color #3f358a

%24.80
%20.87
%54.33

CMYK Percentages of Color #3f358a

%54
%62
%0
%46

Triadic Colors of #3f358a

#3f358a #8a3f35 #358a3f

Analogous Colors of #3f358a

#3f358a #6a358a #35568a

Monochromatic Colors of #3f358a

#3f358a

Complementary Color

#3f358a #808a35

#3f358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f358a Color CSS Codes

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

#3f358a Text Font Color

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

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


#3f358a Background Color

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

This div background color is #3f358a


#3f358a Border Color

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

This div border color is #3f358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f358a


Comments

No comments written yet.

Please login to write comment.