Color Hex Logo

#3f375b Color Hex

#3F375B
(63,55,91)
0 Favorites   0 Comments

Color spaces of #3f375b

RGB 635591
HSL0.700.250.29
HSV253°40°36°
CMYK 0.310.400.00   0.64
XYZ5.30444.544510.4951
Yxy4.54450.26070.2234
Hunter Lab21.31787.1090-14.2669
CIE-Lab25.395512.6455-20.3290

#3f375b color RGB value is (63,55,91).

#3f375b hex color red value is 63, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #3f375b hue: 0.70 , saturation: 0.25 and the lightness value of 3f375b is 0.29.

The process color (four color CMYK) of #3f375b color hex is 0.31, 0.40, 0.00, 0.64. Web safe color of #3f375b is #333366. Color #3f375b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110111 01011011
Octal 77 67 133
Decimal 63 55 91
Hex 3F 37 5B

RGB Percentages of Color #3f375b

%30.14
%26.32
%43.54

CMYK Percentages of Color #3f375b

%31
%40
%0
%64

Triadic Colors of #3f375b

#3f375b #5b3f37 #375b3f

Analogous Colors of #3f375b

#3f375b #51375b #37415b

Monochromatic Colors of #3f375b

#3f375b

Complementary Color

#3f375b #535b37

#3f375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f375b Color CSS Codes

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

#3f375b Text Font Color

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

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


#3f375b Background Color

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

This div background color is #3f375b


#3f375b Border Color

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

This div border color is #3f375b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f375b


Comments

No comments written yet.

Please login to write comment.