Color Hex Logo

#3011b5 Color Hex

#3011B5
(48,17,181)
0 Favorites   0 Comments

Color spaces of #3011b5

RGB 4817181
HSL0.700.830.39
HSV251°91°71°
CMYK 0.730.910.00   0.29
XYZ9.75994.365544.0443
Yxy4.36550.16780.0750
Hunter Lab20.893846.8168-110.3583
CIE-Lab24.844758.0834-77.4911

#3011b5 color RGB value is (48,17,181).

#3011b5 hex color red value is 48, green value is 17 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #3011b5 hue: 0.70 , saturation: 0.83 and the lightness value of 3011b5 is 0.39.

The process color (four color CMYK) of #3011b5 color hex is 0.73, 0.91, 0.00, 0.29. Web safe color of #3011b5 is #3300cc. Color #3011b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010001 10110101
Octal 60 21 265
Decimal 48 17 181
Hex 30 11 B5

RGB Percentages of Color #3011b5

%19.51
%6.91
%73.58

CMYK Percentages of Color #3011b5

%73
%91
%0
%29

Triadic Colors of #3011b5

#3011b5 #b53011 #11b530

Analogous Colors of #3011b5

#3011b5 #8211b5 #1144b5

Monochromatic Colors of #3011b5

#3011b5

Complementary Color

#3011b5 #96b511

#3011b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3011b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3011b5 Color CSS Codes

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

#3011b5 Text Font Color

<p style="color:#3011b5">Text here</p>

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


#3011b5 Background Color

<div style="background-color:#3011b5">
Div content here</div>

This div background color is #3011b5


#3011b5 Border Color

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

This div border color is #3011b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,17,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3011b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3011b5;
  -webkit-box-shadow: 1px 1px 3px 2px #3011b5;
  box-shadow:         1px 1px 3px 2px #3011b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,17,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3011b5


Comments

No comments written yet.

Please login to write comment.