Color Hex Logo

#3f509d Color Hex

#3F509D
(63,80,157)
0 Favorites   0 Comments

Color spaces of #3f509d

RGB 6380157
HSL0.640.430.43
HSV229°60°62°
CMYK 0.600.490.00   0.38
XYZ11.00449.228433.0996
Yxy9.22840.20630.1730
Hunter Lab30.378311.4989-43.3365
CIE-Lab36.420417.7448-44.0979

#3f509d color RGB value is (63,80,157).

#3f509d hex color red value is 63, green value is 80 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #3f509d hue: 0.64 , saturation: 0.43 and the lightness value of 3f509d is 0.43.

The process color (four color CMYK) of #3f509d color hex is 0.60, 0.49, 0.00, 0.38. Web safe color of #3f509d is #336699. Color #3f509d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010000 10011101
Octal 77 120 235
Decimal 63 80 157
Hex 3F 50 9D

RGB Percentages of Color #3f509d

%21.00
%26.67
%52.33

CMYK Percentages of Color #3f509d

%60
%49
%0
%38

Triadic Colors of #3f509d

#3f509d #9d3f50 #509d3f

Analogous Colors of #3f509d

#3f509d #5d3f9d #3f7f9d

Monochromatic Colors of #3f509d

#3f509d

Complementary Color

#3f509d #9d8c3f

#3f509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f509d Color CSS Codes

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

#3f509d Text Font Color

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

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


#3f509d Background Color

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

This div background color is #3f509d


#3f509d Border Color

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

This div border color is #3f509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f509d


Comments

No comments written yet.

Please login to write comment.