Color Hex Logo

#3b2873 Color Hex

#3B2873
(59,40,115)
0 Favorites   0 Comments

Color spaces of #3b2873

RGB 5940115
HSL0.710.480.30
HSV255°65°45°
CMYK 0.490.650.00   0.55
XYZ5.65693.685216.6328
Yxy3.68520.21780.1419
Hunter Lab19.196919.0055-37.9330
CIE-Lab22.602228.8279-40.3578

#3b2873 color RGB value is (59,40,115).

#3b2873 hex color red value is 59, green value is 40 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #3b2873 hue: 0.71 , saturation: 0.48 and the lightness value of 3b2873 is 0.30.

The process color (four color CMYK) of #3b2873 color hex is 0.49, 0.65, 0.00, 0.55. Web safe color of #3b2873 is #333366. Color #3b2873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00101000 01110011
Octal 73 50 163
Decimal 59 40 115
Hex 3B 28 73

RGB Percentages of Color #3b2873

%27.57
%18.69
%53.74

CMYK Percentages of Color #3b2873

%49
%65
%0
%55

Triadic Colors of #3b2873

#3b2873 #733b28 #28733b

Analogous Colors of #3b2873

#3b2873 #612873 #283b73

Monochromatic Colors of #3b2873

#3b2873

Complementary Color

#3b2873 #607328

#3b2873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b2873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b2873 Color CSS Codes

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

#3b2873 Text Font Color

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

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


#3b2873 Background Color

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

This div background color is #3b2873


#3b2873 Border Color

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

This div border color is #3b2873


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,40,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b2873; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b2873;
  -webkit-box-shadow: 1px 1px 3px 2px #3b2873;
  box-shadow:         1px 1px 3px 2px #3b2873; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,40,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b2873


Comments

No comments written yet.

Please login to write comment.