Color Hex Logo

#3f347d Color Hex

#3F347D
(63,52,125)
0 Favorites   0 Comments

Color spaces of #3f347d

RGB 6352125
HSL0.690.410.35
HSV249°58°49°
CMYK 0.500.580.00   0.51
XYZ6.97964.993419.9980
Yxy4.99340.21830.1562
Hunter Lab22.345916.6479-37.4182
CIE-Lab26.716025.2590-40.0374

#3f347d color RGB value is (63,52,125).

#3f347d hex color red value is 63, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3f347d hue: 0.69 , saturation: 0.41 and the lightness value of 3f347d is 0.35.

The process color (four color CMYK) of #3f347d color hex is 0.50, 0.58, 0.00, 0.51. Web safe color of #3f347d is #333366. Color #3f347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110100 01111101
Octal 77 64 175
Decimal 63 52 125
Hex 3F 34 7D

RGB Percentages of Color #3f347d

%26.25
%21.67
%52.08

CMYK Percentages of Color #3f347d

%50
%58
%0
%51

Triadic Colors of #3f347d

#3f347d #7d3f34 #347d3f

Analogous Colors of #3f347d

#3f347d #64347d #344e7d

Monochromatic Colors of #3f347d

#3f347d

Complementary Color

#3f347d #727d34

#3f347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f347d Color CSS Codes

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

#3f347d Text Font Color

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

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


#3f347d Background Color

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

This div background color is #3f347d


#3f347d Border Color

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

This div border color is #3f347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f347d


Comments

No comments written yet.

Please login to write comment.