Color Hex Logo

#3b5adc Color Hex

#3B5ADC
(59,90,220)
0 Favorites   0 Comments

Color spaces of #3b5adc

RGB 5990220
HSL0.630.700.55
HSV228°73°86°
CMYK 0.730.590.00   0.14
XYZ18.378113.409469.3298
Yxy13.40940.18180.1326
Hunter Lab36.618825.5018-86.6195
CIE-Lab43.373733.2071-69.6928

#3b5adc color RGB value is (59,90,220).

#3b5adc hex color red value is 59, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3b5adc hue: 0.63 , saturation: 0.70 and the lightness value of 3b5adc is 0.55.

The process color (four color CMYK) of #3b5adc color hex is 0.73, 0.59, 0.00, 0.14. Web safe color of #3b5adc is #3366cc. Color #3b5adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011010 11011100
Octal 73 132 334
Decimal 59 90 220
Hex 3B 5A DC

RGB Percentages of Color #3b5adc

%15.99
%24.39
%59.62

CMYK Percentages of Color #3b5adc

%73
%59
%0
%14

Triadic Colors of #3b5adc

#3b5adc #dc3b5a #5adc3b

Analogous Colors of #3b5adc

#3b5adc #6d3bdc #3babdc

Monochromatic Colors of #3b5adc

#3b5adc

Complementary Color

#3b5adc #dcbd3b

#3b5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5adc Color CSS Codes

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

#3b5adc Text Font Color

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

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


#3b5adc Background Color

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

This div background color is #3b5adc


#3b5adc Border Color

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

This div border color is #3b5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5adc


Comments

No comments written yet.

Please login to write comment.