Color Hex Logo

#3a5fdd Color Hex

#3A5FDD
(58,95,221)
0 Favorites   0 Comments

Color spaces of #3a5fdd

RGB 5895221
HSL0.630.710.55
HSV226°74°87°
CMYK 0.740.570.00   0.13
XYZ18.888314.304470.1721
Yxy14.30440.18270.1384
Hunter Lab37.821222.9578-83.5299
CIE-Lab44.666430.2866-68.1582

#3a5fdd color RGB value is (58,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011111 11011101
Octal 72 137 335
Decimal 58 95 221
Hex 3A 5F DD

RGB Percentages of Color #3a5fdd

%15.51
%25.40
%59.09

CMYK Percentages of Color #3a5fdd

%74
%57
%0
%13

Triadic Colors of #3a5fdd

#3a5fdd #dd3a5f #5fdd3a

Analogous Colors of #3a5fdd

#3a5fdd #673add #3ab1dd

Monochromatic Colors of #3a5fdd

#3a5fdd

Complementary Color

#3a5fdd #ddb83a

#3a5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5fdd Color CSS Codes

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

#3a5fdd Text Font Color

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

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


#3a5fdd Background Color

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

This div background color is #3a5fdd


#3a5fdd Border Color

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

This div border color is #3a5fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,95,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5fdd


Comments

No comments written yet.

Please login to write comment.