Color Hex Logo

#3a5adc Color Hex

#3A5ADC
(58,90,220)
0 Favorites   0 Comments

Color spaces of #3a5adc

RGB 5890220
HSL0.630.700.55
HSV228°74°86°
CMYK 0.740.590.00   0.14
XYZ18.319413.379269.3270
Yxy13.37920.18130.1324
Hunter Lab36.577625.3886-86.7704
CIE-Lab43.329133.0912-69.7674

#3a5adc color RGB value is (58,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011010 11011100
Octal 72 132 334
Decimal 58 90 220
Hex 3A 5A DC

RGB Percentages of Color #3a5adc

%15.76
%24.46
%59.78

CMYK Percentages of Color #3a5adc

%74
%59
%0
%14

Triadic Colors of #3a5adc

#3a5adc #dc3a5a #5adc3a

Analogous Colors of #3a5adc

#3a5adc #6b3adc #3aabdc

Monochromatic Colors of #3a5adc

#3a5adc

Complementary Color

#3a5adc #dcbc3a

#3a5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5adc Color CSS Codes

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

#3a5adc Text Font Color

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

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


#3a5adc Background Color

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

This div background color is #3a5adc


#3a5adc Border Color

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

This div border color is #3a5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5adc


Comments

No comments written yet.

Please login to write comment.