Color Hex Logo

#3f154d Color Hex

#3F154D
(63,21,77)
0 Favorites   0 Comments

Color spaces of #3f154d

RGB 632177
HSL0.790.570.19
HSV285°73°30°
CMYK 0.180.730.00   0.70
XYZ3.65762.12897.2393
Yxy2.12890.28080.1634
Hunter Lab14.590819.2125-19.2036
CIE-Lab16.149730.2304-25.5926

#3f154d color RGB value is (63,21,77).

#3f154d hex color red value is 63, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #3f154d hue: 0.79 , saturation: 0.57 and the lightness value of 3f154d is 0.19.

The process color (four color CMYK) of #3f154d color hex is 0.18, 0.73, 0.00, 0.70. Web safe color of #3f154d is #330066. Color #3f154d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010101 01001101
Octal 77 25 115
Decimal 63 21 77
Hex 3F 15 4D

RGB Percentages of Color #3f154d

%39.13
%13.04
%47.83

CMYK Percentages of Color #3f154d

%18
%73
%0
%70

Triadic Colors of #3f154d

#3f154d #4d3f15 #154d3f

Analogous Colors of #3f154d

#3f154d #4d153f #23154d

Monochromatic Colors of #3f154d

#3f154d

Complementary Color

#3f154d #234d15

#3f154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f154d Color CSS Codes

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

#3f154d Text Font Color

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

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


#3f154d Background Color

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

This div background color is #3f154d


#3f154d Border Color

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

This div border color is #3f154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f154d


Comments

No comments written yet.

Please login to write comment.