Color Hex Logo

#3f3b93 Color Hex

#3F3B93
(63,59,147)
0 Favorites   0 Comments

Color spaces of #3f3b93

RGB 6359147
HSL0.670.430.40
HSV243°60°58°
CMYK 0.570.600.00   0.42
XYZ8.88036.291328.3501
Yxy6.29130.20400.1446
Hunter Lab25.082519.3026-49.4563
CIE-Lab30.135828.0206-48.1665

#3f3b93 color RGB value is (63,59,147).

#3f3b93 hex color red value is 63, green value is 59 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #3f3b93 hue: 0.67 , saturation: 0.43 and the lightness value of 3f3b93 is 0.40.

The process color (four color CMYK) of #3f3b93 color hex is 0.57, 0.60, 0.00, 0.42. Web safe color of #3f3b93 is #333399. Color #3f3b93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00111011 10010011
Octal 77 73 223
Decimal 63 59 147
Hex 3F 3B 93

RGB Percentages of Color #3f3b93

%23.42
%21.93
%54.65

CMYK Percentages of Color #3f3b93

%57
%60
%0
%42

Triadic Colors of #3f3b93

#3f3b93 #933f3b #3b933f

Analogous Colors of #3f3b93

#3f3b93 #6b3b93 #3b6393

Monochromatic Colors of #3f3b93

#3f3b93

Complementary Color

#3f3b93 #8f933b

#3f3b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3b93 Color CSS Codes

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

#3f3b93 Text Font Color

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

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


#3f3b93 Background Color

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

This div background color is #3f3b93


#3f3b93 Border Color

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

This div border color is #3f3b93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3b93


Comments

No comments written yet.

Please login to write comment.