Color Hex Logo

#3f2b7d Color Hex

#3F2B7D
(63,43,125)
0 Favorites   0 Comments

Color spaces of #3f2b7d

RGB 6343125
HSL0.710.490.33
HSV255°66°49°
CMYK 0.500.660.00   0.51
XYZ6.61544.265219.8766
Yxy4.26520.21510.1387
Hunter Lab20.652421.0358-42.6062
CIE-Lab24.529530.9763-43.5767

#3f2b7d color RGB value is (63,43,125).

#3f2b7d hex color red value is 63, green value is 43 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3f2b7d hue: 0.71 , saturation: 0.49 and the lightness value of 3f2b7d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00101011 01111101
Octal 77 53 175
Decimal 63 43 125
Hex 3F 2B 7D

RGB Percentages of Color #3f2b7d

%27.27
%18.61
%54.11

CMYK Percentages of Color #3f2b7d

%50
%66
%0
%51

Triadic Colors of #3f2b7d

#3f2b7d #7d3f2b #2b7d3f

Analogous Colors of #3f2b7d

#3f2b7d #682b7d #2b407d

Monochromatic Colors of #3f2b7d

#3f2b7d

Complementary Color

#3f2b7d #697d2b

#3f2b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f2b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f2b7d Color CSS Codes

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

#3f2b7d Text Font Color

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

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


#3f2b7d Background Color

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

This div background color is #3f2b7d


#3f2b7d Border Color

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

This div border color is #3f2b7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,43,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 #3f2b7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f2b7d


Comments

No comments written yet.

Please login to write comment.