Color Hex Logo

#3f254c Color Hex

#3F254C
(63,37,76)
0 Favorites   0 Comments

Color spaces of #3f254c

RGB 633776
HSL0.780.350.22
HSV280°51°30°
CMYK 0.170.510.00   0.70
XYZ4.01602.90177.1859
Yxy2.90170.28470.2057
Hunter Lab17.034412.2727-13.0872
CIE-Lab19.645820.5035-19.3650

#3f254c color RGB value is (63,37,76).

#3f254c hex color red value is 63, green value is 37 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #3f254c hue: 0.78 , saturation: 0.35 and the lightness value of 3f254c is 0.22.

The process color (four color CMYK) of #3f254c color hex is 0.17, 0.51, 0.00, 0.70. Web safe color of #3f254c is #333333. Color #3f254c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100101 01001100
Octal 77 45 114
Decimal 63 37 76
Hex 3F 25 4C

RGB Percentages of Color #3f254c

%35.80
%21.02
%43.18

CMYK Percentages of Color #3f254c

%17
%51
%0
%70

Triadic Colors of #3f254c

#3f254c #4c3f25 #254c3f

Analogous Colors of #3f254c

#3f254c #4c2546 #2c254c

Monochromatic Colors of #3f254c

#3f254c

Complementary Color

#3f254c #324c25

#3f254c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f254c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f254c Color CSS Codes

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

#3f254c Text Font Color

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

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


#3f254c Background Color

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

This div background color is #3f254c


#3f254c Border Color

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

This div border color is #3f254c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f254c

#3f254c Color Palettes


Comments

No comments written yet.

Please login to write comment.