Color Hex Logo

#3b088c Color Hex

#3B088C
(59,8,140)
0 Favorites   0 Comments

Color spaces of #3b088c

RGB 598140
HSL0.730.890.29
HSV263°94°55°
CMYK 0.580.940.00   0.45
XYZ6.62412.996925.0403
Yxy2.99690.19110.0865
Hunter Lab17.311638.0061-73.6419
CIE-Lab20.031550.4544-60.4107

#3b088c color RGB value is (59,8,140).

#3b088c hex color red value is 59, green value is 8 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3b088c hue: 0.73 , saturation: 0.89 and the lightness value of 3b088c is 0.29.

The process color (four color CMYK) of #3b088c color hex is 0.58, 0.94, 0.00, 0.45. Web safe color of #3b088c is #330099. Color #3b088c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00001000 10001100
Octal 73 10 214
Decimal 59 8 140
Hex 3B 8 8C

RGB Percentages of Color #3b088c

%28.50
%3.86
%67.63

CMYK Percentages of Color #3b088c

%58
%94
%0
%45

Triadic Colors of #3b088c

#3b088c #8c3b08 #088c3b

Analogous Colors of #3b088c

#3b088c #7d088c #08178c

Monochromatic Colors of #3b088c

#3b088c

Complementary Color

#3b088c #598c08

#3b088c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b088c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b088c Color CSS Codes

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

#3b088c Text Font Color

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

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


#3b088c Background Color

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

This div background color is #3b088c


#3b088c Border Color

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

This div border color is #3b088c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b088c


Comments

No comments written yet.

Please login to write comment.